diff options
Diffstat (limited to '')
-rw-r--r-- | themes/dark/images/tableh2_bg.png | bin | 307 -> 0 bytes | |||
-rw-r--r-- | themes/dark/theme.css | 16 |
2 files changed, 5 insertions, 11 deletions
diff --git a/themes/dark/images/tableh2_bg.png b/themes/dark/images/tableh2_bg.png Binary files differdeleted file mode 100644 index d8c29f93d..000000000 --- a/themes/dark/images/tableh2_bg.png +++ /dev/null diff --git a/themes/dark/theme.css b/themes/dark/theme.css index 386c94379..ba10883c9 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -12,11 +12,11 @@ H2, #menubar DT { /* backgrounds */ -BODY, H3, #imageHeaderBar, #imageToolBar A:hover { +BODY, H3, #imageToolBar A:hover { background-color: #2f2f2f; } -#menubar DL, .content, #imageToolBar, .header_notes { +#menubar DL, .content, #imageToolBar, #imageHeaderBar, .header_notes { background-color: #505050; } @@ -26,14 +26,10 @@ H2, #menubar DT { #imageHeaderBar H2 { background-image: none; - background-color: transparent; - border: none; + border: 0; } #imageHeaderBar { - background-image: url(images/tableh2_bg.png); - background-repeat: repeat-x; - background-position: center; border-top: 1px solid #000; } @@ -47,13 +43,11 @@ H2, #menubar DT, #imageToolBar { } FIELDSET, INPUT, SELECT, TEXTAREA, -.content .thumbnailCategory { +.content .thumbnailCategory , +.thumbnails .wrap2 { border: 1px solid gray; } -.thumbnails .wrap2 { - border: 1px solid #aaaaaa; /* thumbnails border color and style */ -} .thumbnails .wrap2:hover, .content .thumbnailCategories .thumbnailCategory:hover, |