aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-03 20:39:45 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-03 20:39:45 +0000
commit1117fadff39a8508a32252904726631354b05250 (patch)
treeeac516849a8d0848c182d67a7f5fcf3c9b88efc5 /themes
parentf41a629ea6c8527b514e2efbc3fd7e20eaa8d507 (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 'themes')
-rw-r--r--themes/dark/images/tableh2_bg.pngbin307 -> 0 bytes
-rw-r--r--themes/dark/theme.css16
2 files changed, 5 insertions, 11 deletions
diff --git a/themes/dark/images/tableh2_bg.png b/themes/dark/images/tableh2_bg.png
deleted file mode 100644
index d8c29f93d..000000000
--- a/themes/dark/images/tableh2_bg.png
+++ /dev/null
Binary files differ
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,