diff options
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 1eed49bc7..2b5c56aab 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -22,6 +22,7 @@ body, h3, dt, h2, .throw, .content, label , LEGEND { th { color: #888; } INPUT, select, textarea { color:#666; background-color: #ccc; } +option[disabled] { background-color: #ccc; } input[type="radio"], input[type="checkbox"] { background-color: transparent; } INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"] { |