diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-04-10 20:33:43 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-04-10 20:33:43 +0000 |
commit | 5a57e04e9488de94a34470520d885bff1d40c7fd (patch) | |
tree | e5150af5260cdbbc93ee4610b62e6d56f120b68a /themes/dark | |
parent | 74a8eb6b41ec603abbccfd0d8a06fd6f903b6a85 (diff) |
- remove/comment unused css
git-svn-id: http://piwigo.org/svn/trunk@14084 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css index 99fa6c26a..04360e00a 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -1,6 +1,6 @@ /* text color */ -BODY, H1, H3, +BODY, H1, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#d0d0d0; } @@ -13,7 +13,7 @@ H2, #menubar DT { /* backgrounds */ -BODY, H3, #imageToolBar A:hover { +BODY, #imageToolBar A:hover { background-color: #2f2f2f; } |