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.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css
index 966a7344c..838f33980 100644
--- a/themes/clear/theme.css
+++ b/themes/clear/theme.css
@@ -27,6 +27,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
border: 3px solid #d3d3d3;
}
+/*I think this rule is never used*/
.content UL.thumbnail IMG {
border: 1px solid #a0a0a0;
}
@@ -36,13 +37,13 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
border: 1px solid gray;
}
-UL.thumbnails SPAN.wrap2 {
+.thumbnails .wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */
}
-UL.thumbnails SPAN.wrap2:hover,
-.content UL.thumbnailCategories .thumbnailCategory:hover,
-.content UL.thumbnailCategories .thumbnailCategory:hover A {
+.thumbnails .wrap2:hover,
+.content .thumbnailCategories .thumbnailCategory:hover,
+.content .thumbnailCategories .thumbnailCategory:hover A {
background-color: #faebd7;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;