Author: adrianc
Date: Thu Jan 20 05:08:04 2011
New Revision: 1061124
URL:
http://svn.apache.org/viewvc?rev=1061124&view=revLog:
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,