diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-11-19 20:12:23 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-11-19 20:12:23 +0000 |
commit | ce6af255b41b5fcd371ed72e4b51cc54d45cabd5 (patch) | |
tree | 28e1caeca01704637ba3957f4ccf0bdcd8243f8e /admin/themes/clear/theme.css | |
parent | c73618f12ca19c6b34d1105d048e8c602431203f (diff) |
removed unused css rules from admin
git-svn-id: http://piwigo.org/svn/trunk@7822 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 30c0a8e09..a7832e4d6 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -16,13 +16,12 @@ /* text color */ .theme_title { left: 15px; color: #000; text-align: left;} -body, h3, dt, h2, .throw, .content, label, -input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#777; } +body, h3, dt, h2, .throw, .content, label { color:#777; } th { color: #888; } INPUT, select, textarea { color:#666; background-color: #ccc; } input[type="radio"], input[type="checkbox"] { background-color: transparent; } INPUT[type="submit"], INPUT[type="reset"] { color:#666; border: 1px solid #777; background-color: #bbb; padding: 1px 15px; } -input.rateButton, legend, h3 { color: #777; } +legend, h3 { color: #777; } h2 { color: #777; } INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], |