diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-03-26 04:04:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-03-26 04:04:08 +0000 |
commit | c537b5144f2f0b8be300dd76d3388a4232d85951 (patch) | |
tree | d3799fc9a5336c44cb2aae6d05cd176b7336387f | |
parent | 3f26e7eb7a214476a5902ac01a6400f3095abd2f (diff) |
switchboxtitle bottom border nicer with dark theme (before it was a hr that automatically took text color)
git-svn-id: http://piwigo.org/svn/trunk@13735 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 01ce08469..448ae1cdd 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -389,7 +389,7 @@ TD.calDayHead { } .switchBoxTitle { - border-bottom:1px solid #000; + border-bottom:1px solid #ccc; padding-bottom:5px; margin-bottom:5px; } |