aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dark/theme.css')
-rw-r--r--themes/dark/theme.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index 56d441091..c52d69767 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -6,7 +6,7 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
}
H2, #menubar DT {
- color: #fff48e;
+ color: #ffff80;
}
@@ -67,9 +67,17 @@ UL.thumbnails SPAN.wrap2:hover,
/* links */
A, INPUT.rateButton {
color: #fff;
- border: 0;
}
A:hover {
- color: #FFF48E;
-} \ No newline at end of file
+ color: #ffff80;
+}
+
+.pwg-icon {
+ background-image: url(images/s26_outline_ffffff.png);
+}
+
+A:hover .pwg-icon {
+ background-image: url(images/s26_outline_ffff80.png);
+}
+