aboutsummaryrefslogtreecommitdiffstats
path: root/themes/clear
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-01-11 05:03:04 +0000
committerrvelices <rv-github@modusoptimus.com>2012-01-11 05:03:04 +0000
commitcf8155ddd6760f9f9df9f81ef8cff214b563352b (patch)
tree69791f4590a06f42136f54042770279ca2f489a4 /themes/clear
parente349749d423b042afe7ce6f8dc006544d9e6710a (diff)
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
Diffstat (limited to 'themes/clear')
-rw-r--r--themes/clear/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css
index 258d8b57c..1630bbdd6 100644
--- a/themes/clear/theme.css
+++ b/themes/clear/theme.css
@@ -14,12 +14,12 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
background-color: #d3d3d3;
}
-#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox, .header_notes {
+#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox, .header_notes {
background-color: #eeeeee;
}
/* borders */
-#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox {
+#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox {
border: 1px solid #d3d3d3;
}