aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/theme.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-29 10:02:32 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-29 10:02:32 +0000
commit1df4860c0b45a9f4c32b697bec5329ecc10e2d55 (patch)
tree0b1f7315fca9b441130f43904539e3ab9da18f30 /template/yoga/theme/dark/theme.css
parentb6bfe700213ba6cc49c6d10c7f0d8cb99e118d8e (diff)
merge from trunk r1514:1515 into branch 1.6 (better fix bug 484)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1516 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/dark/theme.css')
-rw-r--r--template/yoga/theme/dark/theme.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css
index 854cc48dd..7165bf6c3 100644
--- a/template/yoga/theme/dark/theme.css
+++ b/template/yoga/theme/dark/theme.css
@@ -1,7 +1,8 @@
/* $Id$ */
/* text color */
-BODY, H1, H3, DT {
+BODY, H1, H3, DT,
+INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
color:#e0e0e0;
}
@@ -86,7 +87,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
}
/* links */
-A, .rateButton {
+A, INPUT.rateButton {
color: #FFFFFF;
}