aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-01-14 06:19:22 +0000
committerrvelices <rv-github@modusoptimus.com>2012-01-14 06:19:22 +0000
commitc5969b786a88a2793c4174fb5429b60e1d86abdf (patch)
tree59179c14975ac834bf1523fcf42d0851cbb5d799 /themes/dark
parentcac417c74bc6d5f528b356190561d244e9b4f93a (diff)
bug 2514 improve prev/next navigation navigation on picture page
git-svn-id: http://piwigo.org/svn/trunk@12880 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/dark')
-rw-r--r--themes/dark/theme.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index 3ff836163..80cf96b53 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -7,6 +7,7 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
H2, #menubar DT {
color: #ffff80;
+ background-image: url(images/tableh1_bg.png);
}
@@ -20,13 +21,8 @@ BODY, H3, #imageToolBar A:hover {
background-color: #505050;
}
-H2, #menubar DT {
- background-image: url(images/tableh1_bg.png);
-}
-
#imageHeaderBar H2 {
background-image: none;
- border: 0;
}
#imageHeaderBar {
@@ -38,7 +34,7 @@ H2, #menubar DT {
border: 1px solid #000;
}
-H2, #menubar DT, #imageToolBar {
+#menubar DT, #imageToolBar {
border-bottom: 1px solid #000;
}
@@ -50,11 +46,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
.thumbnails .wrap2:hover,
-.content .thumbnailCategories .thumbnailCategory:hover,
-.content .thumbnailCategories .thumbnailCategory:hover A {
- background-color: #faebd7;
+.content .thumbnailCategories .thumbnailCategory:hover{
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
- color: black;
}