From c537b5144f2f0b8be300dd76d3388a4232d85951 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 26 Mar 2012 04:04:08 +0000 Subject: 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 --- themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default') 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; } -- cgit v1.2.3