aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/dark/theme.css')
-rw-r--r--template/yoga/theme/dark/theme.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css
index be8393911..13d27f877 100644
--- a/template/yoga/theme/dark/theme.css
+++ b/template/yoga/theme/dark/theme.css
@@ -82,8 +82,23 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
-moz-border-radius: 4px; /* round corners with Geko */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
+
#content UL.thumbnails SPAN.wrap2:hover {
+ background-color: AntiqueWhite;
+ border-color: yellow; /* thumbnails border color when mouse cursor is over it */
+ color: black;
+}
+
+#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
+ background-color: AntiqueWhite;
+ border-color: yellow; /* thumbnails border color when mouse cursor is over it */
+ color: black;
+}
+
+#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
+ background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
+ color: black;
}
/* links */