diff options
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 037de807d..7e70c0f5b 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -106,10 +106,16 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { } /* borders */ -#derivativeSwitchBox, #sortOrderBox{ - border: 1px solid #000; +#derivativeSwitchBox, #sortOrderBox { + border: 2px solid #444; } +.switchBoxTitle { + border-bottom:2px solid #444; +} + +.derivativeSizeDetails {display:none} + FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid gray; } |