From c5969b786a88a2793c4174fb5429b60e1d86abdf Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 14 Jan 2012 06:19:22 +0000 Subject: bug 2514 improve prev/next navigation navigation on picture page git-svn-id: http://piwigo.org/svn/trunk@12880 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/dark/theme.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'themes/dark') 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; } -- cgit v1.2.3