Author: adrianc
Date: Sun Jan 16 21:31:49 2011
New Revision: 1059684

URL: http://svn.apache.org/viewvc?rev=1059684&view=rev
Log:
More focus style fixups for the updated Flat Grey visual theme.

Modified:
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1059684&r1=1059683&r2=1059684&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sun Jan 16 21:31:49 
2011
@@ -331,6 +331,10 @@ font-weight: normal;
 padding: 0.5em;
 }
 
+#footer a:focus {
+text-decoration: underline;
+}
+
 /* ------------------------------- */
 /*      Main Navigation Style      */
 /* ------------------------------- */
@@ -1382,10 +1386,8 @@ a.buttontextbig,
 .loginButton,
 .button-style-1 a,
 .button-style-1 ul a,
-a.button-style-1,
 .button-style-2 ul a, 
 .button-style-2 a, 
-a.button-style-2,
 .basic-table tr .button-col a, 
 .button,
 button,
@@ -1501,6 +1503,10 @@ input[type="week"][disabled] {
        color: #888;
 }
 
+.button-style-1 a:focus,
+.button-style-1 ul a:focus,
+.button-style-2 ul a:focus, 
+.button-style-2 a:focus, 
 .smallSubmit:focus,
 button:focus,
 button:active,


Reply via email to