diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 13d27f877..982d4f40d 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -83,24 +83,15 @@ FIELDSET, INPUT, SELECT, TEXTAREA, 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.thumbnails SPAN.wrap2:hover, +#content UL.thumbnailCategories DIV.thumbnailCategory:hover, #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 */ A, INPUT.rateButton { color: #FFFFFF; @@ -110,10 +101,7 @@ A:hover { color: #FFF48E; } -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; -} - +#imageToolBar A, #imageToolBar A:hover, A.navThumb, A.navThumb:hover { border-bottom: none; } |