From 0484f869185782fb6a5e4fd1c43cea3e174a8c3e Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 8 Nov 2012 21:12:26 +0000 Subject: cleanup admin css git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'admin/themes/roma') 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; } -- cgit v1.2.3