diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-11-25 21:26:29 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-11-25 21:26:29 +0000 |
commit | bad80308ea2a987f34b44dca1912010f78f3341a (patch) | |
tree | 55b5c558b680e27a36bfe0f37aefcec5caba70ae /themes/clear | |
parent | c3df7f2705140e3830438db7a0dc24eaa1b5cf28 (diff) |
-fix css rules
- comment_list.tpl style was broken
- picture_nav_buttons.tpl shorter javascript
git-svn-id: http://piwigo.org/svn/trunk@7877 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/clear/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index 0accaf6bd..dc690e1d9 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -1,7 +1,7 @@ /* text color */ BODY, H1, H2, H3, DT, -.rateButtonSelected /* <= why IE doesn't inherit this ? */ { +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } @@ -49,12 +49,12 @@ UL.thumbnails SPAN.wrap2:hover, } /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #005e89; background: transparent; } -A:hover, .rateButton:hover { +A:hover, INPUT.rateButton:hover { color: #858460; } |