[Rt-commit] r13354 - in rt/3.8/branches/3.8.0-releng: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Jun 17 13:17:43 EDT 2008


Author: jesse
Date: Tue Jun 17 13:17:42 2008
New Revision: 13354

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:
 r32993 at 31b (orig r13341):  kyoki | 2008-06-16 17:55:07 -0400
  r23051 at nyx:  kyoki | 2008-06-16 17:55:07 -0400
  RT-Ticket: 9671
  RT-Status: Resolved
  RT-Update: Correspond
  added focus and hover effects to buttons
 


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 13:17:42 2008
@@ -89,7 +89,13 @@
    -webkit-border-radius: 0.5em;
 }
 
+input.button:hover{
+   background: #006;
+}
 
+input.button:focus{
+   background: #006;
+}
 
 div.error div.error {
  border: 2px solid #aa0000;


More information about the Rt-commit mailing list