css:changes for textboxes.
This commit is contained in:
parent
1a09d2ca9d
commit
bcab27acf1
1 changed files with 1 additions and 4 deletions
|
@ -192,10 +192,7 @@ input.text {
|
||||||
}
|
}
|
||||||
|
|
||||||
input.text:hover {
|
input.text:hover {
|
||||||
background: #fff;
|
background: #eee;
|
||||||
border: 1px solid #ACE149;
|
|
||||||
color: #7DA721;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the submit buttons have to have class="submit" for the following style: ------------------------------------- */
|
/* the submit buttons have to have class="submit" for the following style: ------------------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue