aboutsummaryrefslogtreecommitdiffstats
path: root/themes/clear/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clear/theme.css')
-rw-r--r--themes/clear/theme.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css
index 07e86ecda..8a398b802 100644
--- a/themes/clear/theme.css
+++ b/themes/clear/theme.css
@@ -56,11 +56,11 @@ A, INPUT.rateButton {
}
A:hover, INPUT.rateButton:hover {
- color: #858460;
+ color: #808060;
}
-#imageToolBar A, #imageToolBar A:hover {
- border-bottom: none;
+A.pwg-state-default {
+ border: 0;
}
A.navThumb, A.navThumb:hover {
@@ -73,5 +73,13 @@ A.navThumb, A.navThumb:hover {
border: 1px solid silver;
}
-#qsearchInput { color: #d3d3d3; }
-#qsearchInput:focus { color: #005e89; } \ No newline at end of file
+#qsearchInput { color: #005e89; }
+
+.pwg-icon {
+ background-image: url(../default/s26/outline_005e89.png);
+}
+
+A:hover .pwg-icon {
+ background-image: url(../default/s26/outline_808060.png);
+}
+