From 41de132f1e84c623f668ac18c69321d83b3a6770 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 25 Mar 2010 22:29:57 +0000 Subject: 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 --- admin/themes/roma/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/themes/roma') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 37a8a54c6..4bd785db0 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -84,6 +84,8 @@ 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:#444;} +.tagSelected LABEL {color:#ccc;} .content ul.categoryActions a img { margin-left: 10px; } ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;} INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; } -- cgit v1.2.3