diff options
author | mistic100 <mistic@piwigo.org> | 2012-09-15 15:27:26 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-09-15 15:27:26 +0000 |
commit | ff130a06af20d09e9ac19767714549f61974e0f8 (patch) | |
tree | 28aa31efe62a683fbb0d3a3c70d154e065ffa4e5 /admin/themes/clear | |
parent | c78c9760cadcabeb6b7d9ba44a7fad9521e707fc (diff) |
small css fixes:
make disabled options visible with clear,
remove border on .showInfo:hover, avoiding clipping on some pages with roma
git-svn-id: http://piwigo.org/svn/trunk@17928 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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"] { |