aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-colors.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-10-01 10:04:23 +0000
committerrvelices <rv-github@modusoptimus.com>2008-10-01 10:04:23 +0000
commitaf4b55f392a41ad8ec3351e03e4d56679017643b (patch)
treeef28f190b6d51139649e1a36116306292ee5f2ae /template/yoga/default-colors.css
parent389edad2881083d2b137a220a8056582ceba2ce5 (diff)
- default-colors.css is imported from layout.css instead of header.tpl (smaller header + more consistent with the other imports)
- removed unused rule from default-layout.css (A.button) - rating stars have a transparent background in Sylvia also git-svn-id: http://piwigo.org/svn/trunk@2630 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 74ba33ac2..933098f21 100644
--- a/template/yoga/default-colors.css
+++ b/template/yoga/default-colors.css
@@ -43,7 +43,7 @@ INPUT.radio, INPUT.checkbox {
/* rate buttons displayed like links */
INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty {
color:inherit;
- background-color:transparent; /* Konqueror doesn't accept transparent here */
+ background-color:transparent !important; /* Konqueror doesn't accept transparent here */
}
.errors { /* Errors display */