diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-25 07:26:28 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-25 07:26:28 +0000 |
commit | 4bcb544d8bb96108b48f1e866dd0d2e8ffb8f352 (patch) | |
tree | 3aa3ae486ed99a19d9df3dd64ac1e515ac379b24 /template/yoga/theme/clear/theme.css | |
parent | d13dbba87345a1a63b154908574273c3bd24ec89 (diff) |
Fix for 0000629: Adding display differences between physical and virtual categories
(Icon is displayed for people who have deficient vision).
git-svn-id: http://piwigo.org/svn/trunk@1755 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 0a85ed60c..ab9bc5597 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -94,3 +94,4 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } +.virtual_cat { background: #fff !important; } |