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
This commit is contained in:
rvelices
2012-03-26 04:04:08 +00:00
parent 3f26e7eb7a
commit c537b5144f
+1 -1
View File
@@ -389,7 +389,7 @@ TD.calDayHead {
} }
.switchBoxTitle { .switchBoxTitle {
border-bottom:1px solid #000; border-bottom:1px solid #ccc;
padding-bottom:5px; padding-bottom:5px;
margin-bottom:5px; margin-bottom:5px;
} }