diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-03 20:39:45 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-03 20:39:45 +0000 |
commit | 1117fadff39a8508a32252904726631354b05250 (patch) | |
tree | eac516849a8d0848c182d67a7f5fcf3c9b88efc5 /themes/dark/theme.css | |
parent | f41a629ea6c8527b514e2efbc3fd7e20eaa8d507 (diff) |
dark theme same border colors for image thumbnails as category thumbnails
removed bg image for picture page header (the gradient was not anymore in continuation with the toolbar)
git-svn-id: http://piwigo.org/svn/trunk@8462 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/dark/theme.css | 16 |
1 files changed, 5 insertions, 11 deletions
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, |