[Rt-commit] r13491 - in rt/3.8/branches/rt-3.8.0-releng: share/html/NoAuth/css/web2
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jun 20 18:36:44 EDT 2008
Author: jesse
Date: Fri Jun 20 18:36:41 2008
New Revision: 13491
Modified:
rt/3.8/branches/rt-3.8.0-releng/ (props changed)
rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/forms.css
Log:
r33043 at 68-246-70-236: jesse | 2008-06-17 13:27:30 -0400
* Tone down the hover-effect color to better fit in with RT's visual style
Modified: rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/forms.css (original)
+++ rt/3.8/branches/rt-3.8.0-releng/share/html/NoAuth/css/web2/forms.css Fri Jun 20 18:36:41 2008
@@ -89,12 +89,12 @@
-webkit-border-radius: 0.5em;
}
-input.button:hover{
- background: #006;
+input.button:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover, input[class=button]:hover {
+ background: #1D3B7D;
}
-input.button:focus{
- background: #006;
+input.button:focus, button:focus, input[type=reset]:focus, input[type=submit]:focus, input[class=button]:focus {
+ background: #1D3B7D;
}
div.error div.error {
More information about the Rt-commit
mailing list