diff options
author | Gotcha <gotcha@piwigo.org> | 2010-03-25 22:52:58 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-03-25 22:52:58 +0000 |
commit | a962c6b0f380c187c715d70b0cc97fef77322ad8 (patch) | |
tree | ffeb679feb015c9668b09571456f3368cee641c9 | |
parent | b01c5cc0967318c4572f0b4c74e93e673aa3eec0 (diff) |
Change colors selected tags (Admin Roma)
git-svn-id: http://piwigo.org/svn/trunk@5368 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 4bd785db0..e59542354 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -84,8 +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;} +.tagSelection LI.tagSelected {background-color:#aaa;} +.tagSelected LABEL {color:#000;} .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; } |