[Rt-commit] r13363 - in rt/3.8/branches/3.8.0-releng: .
jesse at bestpractical.com
jesse at bestpractical.com
Tue Jun 17 15:36:14 EDT 2008
Author: jesse
Date: Tue Jun 17 15:36:14 2008
New Revision: 13363
Modified:
rt/3.8/branches/3.8.0-releng/ (props changed)
rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css
Log:
r33043 at 31b: 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/3.8.0-releng/share/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css Tue Jun 17 15:36:14 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