From cf8155ddd6760f9f9df9f81ef8cff214b563352b Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 11 Jan 2012 05:03:04 +0000 Subject: feature 2550 - replace Sort order label and select on index page with a css sprite icon git-svn-id: http://piwigo.org/svn/trunk@12873 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/dark/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/dark') diff --git a/themes/dark/theme.css b/themes/dark/theme.css index eca78dc9a..3ff836163 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -16,7 +16,7 @@ BODY, H3, #imageToolBar A:hover { background-color: #2f2f2f; } -#menubar DL, .content, #imageToolBar, #imageHeaderBar, #derivativeSwitchLink, #derivativeSwitchBox, .header_notes { +#menubar DL, .content, #imageToolBar, #imageHeaderBar, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox, .header_notes { background-color: #505050; } @@ -34,7 +34,7 @@ H2, #menubar DT { } /* borders */ -#menubar DL, .content, #derivativeSwitchLink, #derivativeSwitchBox{ +#menubar DL, .content, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox{ border: 1px solid #000; } -- cgit v1.2.3