svn commit: r1061124 - /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: r1061124 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

adrianc
Author: adrianc
Date: Thu Jan 20 05:08:04 2011
New Revision: 1061124

URL: http://svn.apache.org/viewvc?rev=1061124&view=rev
Log:
Fix disabled button style in Flat Grey theme. Patch contributed by Ryan Foster - https://issues.apache.org/jira/browse/OFBIZ-4127.

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=1061124&r1=1061123&r2=1061124&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Thu Jan 20 05:08:04 2011
@@ -1444,11 +1444,13 @@ button {
  *padding-bottom: 0.1em;
 }
 
+a.disabled,
 button[disabled],
 input[type="reset"][disabled],
 input[type="submit"][disabled],
 input[type="button"][disabled] {
  color: #888;
+ border-color: #ddd #ddd #ccc;
 }
 
 textarea,