aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark/theme.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/dark/theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index 66fd8dd20..386c94379 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -51,13 +51,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;