aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-colors.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-12-15 04:57:45 +0000
committerrvelices <rv-github@modusoptimus.com>2006-12-15 04:57:45 +0000
commiteae01904a5369eb6422bd118c1519914aee9efd0 (patch)
tree41b462de68bf8d31a18eb7a81d64aa8863cdd639 /template/yoga/default-colors.css
parentc012c22df671dce2f5d29adfda6063baf5401a8f (diff)
feature 603: rating buttons presented with stars (full Javascript
on compatible browsers, otherwise default presentation) git-svn-id: http://piwigo.org/svn/trunk@1657 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-colors.css')
-rw-r--r--template/yoga/default-colors.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css
index d2766b061..ee8cdb6e6 100644
--- a/template/yoga/default-colors.css
+++ b/template/yoga/default-colors.css
@@ -50,7 +50,7 @@ INPUT.radio, INPUT.checkbox {
}
/* rate buttons displayed like links */
-INPUT.rateButton, INPUT.rateButtonSelected {
+INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty {
color:inherit;
background-color:transparent; /* Konqueror doesn't accept transparent here */
}