svn commit: r1059679 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1059679 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

adrianc
Author: adrianc
Date: Sun Jan 16 21:19:10 2011
New Revision: 1059679

URL: http://svn.apache.org/viewvc?rev=1059679&view=rev
Log:
Some small fixups for the updated Flat Grey visual theme:

1. Fixed "required" style
2. Improved focus style

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=1059679&r1=1059678&r2=1059679&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sun Jan 16 21:19:10 2011
@@ -202,7 +202,7 @@ vertical-align: middle;
 
 .required, input.required {
 /* required style for <input> elements */
-background-color: #eeeeee;
+background-color: #f9f9f9;
 }
 
 .tooltip {
@@ -277,6 +277,10 @@ font-weight: normal;
 padding: 0.1em 0.8em;
 }
 
+#masthead ul a:focus {
+text-decoration: underline;
+}
+
 /* ---------------------- */
 /*      Footer Style      */
 /* ---------------------- */
@@ -380,6 +384,10 @@ color: #F9924B;
 text-decoration: none;
 }
 
+#main-navigation ul a:focus {
+text-decoration: underline;
+}
+
 /* -------------------------------------- */
 /*      Application Navigation Style      */
 /* -------------------------------------- */
@@ -447,6 +455,10 @@ text-decoration: none;
 color: #111;
 }
 
+#app-navigation ul a:focus {
+text-decoration: underline;
+}
+
 /* ------------------------- */
 /*      Screenlet Style      */
 /* ------------------------- */
@@ -720,6 +732,10 @@ color: #333;
 text-decoration: none;
 }
 
+.tab-bar ul a:focus {
+text-decoration: underline;
+}
+
 .tab-bar ul .disabled {
 color: #ccc;
 }
@@ -1438,7 +1454,7 @@ input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
- background-color: #fff;
+ /*background-color: #fff;*/
  border: 0.1em solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
@@ -1485,6 +1501,7 @@ input[type="week"][disabled] {
  color: #888;
 }
 
+.smallSubmit:focus,
 button:focus,
 button:active,
 input:focus,
@@ -1493,10 +1510,9 @@ select:focus,
 select:active,
 textarea:focus,
 textarea:active {
- -moz-box-shadow: #06f 0 0 7px;
- -webkit-box-shadow: #06f 0 0 7px;
- box-shadow: #06f 0 0 7px;
-
+ -moz-box-shadow: #5c809c 0 0 5px;
+ -webkit-box-shadow: #5c809c 0 0 5px;
+ box-shadow: #5c809c 0 0 5px;
  /* for Opera */
  z-index: 1;
 }