diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-11-08 21:12:26 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-11-08 21:12:26 +0000 |
commit | 0484f869185782fb6a5e4fd1c43cea3e174a8c3e (patch) | |
tree | d3264e25f13275b6027be9d37d4d306bf2cab54e /admin/themes/roma/theme.css | |
parent | 73abb2a12b87cd4aeac3af0266c3ab68d1cbb96a (diff) |
cleanup admin css
git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 7abc7551c..85b04e2e2 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -72,12 +72,15 @@ UL.thumbnails span.wrap2 { /* borders */ fieldset { border: 2px solid #333; } INPUT, SELECT, TEXTAREA { border: 1px solid #666; } -input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } +input:focus, select:focus, textarea:focus { + background-color: #444; + color: #999; +} + TEXTAREA { cursor:text; font-size: 13px; } .tagSelection label { padding-right:12px; } .tagSelection LI.tagSelected {background-color:#aaa;} .tagSelected LABEL {color:#000;} -.content ul.categoryActions a img { margin-left: 10px; } ul.thumbnails input { color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;} INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; } INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; } |