aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dark')
-rw-r--r--themes/dark/theme.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index 3236afc09..34921c92d 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -40,13 +40,15 @@ BODY, H3, #imageToolBar A:hover {
FIELDSET, INPUT, SELECT, TEXTAREA,
.content .thumbnailCategory ,
+.content .commentElement ,
.thumbnails .wrap2 {
border: 1px solid gray;
}
.thumbnails .wrap2:hover,
-.content .thumbnailCategories .thumbnailCategory:hover{
+.content .thumbnailCategories .thumbnailCategory:hover,
+.content .commentsList .commentElement:hover{
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
}