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
This commit is contained in:
parent
f41a629ea6
commit
1117fadff3
2 changed files with 5 additions and 11 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 307 B |
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue