diff options
Diffstat (limited to 'themes/dark/theme.css')
-rw-r--r-- | themes/dark/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |