aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-25 22:29:57 +0000
committerplegall <plg@piwigo.org>2010-03-25 22:29:57 +0000
commit41de132f1e84c623f668ac18c69321d83b3a6770 (patch)
tree148029801d85dbb45be8dd4a4531457eb34c2464 /admin/themes/clear
parentb0199cf741d403e3fdb7ba7ffcf23e8eae9ea429 (diff)
feature 1529: make the checked tags more obvious (distinct background color)
git-svn-id: http://piwigo.org/svn/trunk@5366 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 9a83f9e2e..feab5033c 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -73,6 +73,9 @@ TEXTAREA { cursor:text; font-size: 13px; }
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
.tagSelection label { padding-right:12px; }
+.tagSelection LI.tagSelected {background-color:#dbe8f3;}
+.tagSelected LABEL {color:black;}
+
.content ul.categoryActions a img { margin-left: 10px; }
ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; }