diff options
Diffstat (limited to 'themes/dark/theme.css')
-rw-r--r-- | themes/dark/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css index aba4fb2a1..99fa6c26a 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -39,7 +39,7 @@ BODY, H3, #imageToolBar A:hover { } FIELDSET, INPUT, SELECT, TEXTAREA, -.content .thumbnailCategory , +.thumbnailCategory , .content .commentElement , .thumbnails .wrap2 { border: 1px solid gray; @@ -47,8 +47,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA, .thumbnails .wrap2:hover, -.content .thumbnailCategories .thumbnailCategory:hover, -.content .commentsList .commentElement:hover{ +.thumbnailCategory:hover, +.content .commentElement:hover{ border-color: yellow; /* thumbnails border color when mouse cursor is over it */ } |