diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-15 17:12:05 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-15 17:12:05 +0000 |
commit | 847a842e8d4ed1855838f5d8ab514fbf22cb164b (patch) | |
tree | 0e5479f30130b3d2b00a5c2a83aee774b7323105 /admin/template/goto | |
parent | f55a21f41bb7440637667e195425d92489f5c433 (diff) |
Neuronal correction... Buttons colors and comment list bullets.[merge]
git-svn-id: http://piwigo.org/svn/trunk@2746 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index b91652c64..135b46f54 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -166,9 +166,9 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body #ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; } #ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } input[type="button"], input[type="submit"], input[type="reset"] { -background-color:#ff3363; color:#222; border-color: #ff3363; } +color:#ff3363; background-color:#222; border-color: #ff3363; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { -background-color:#999; border-color: #666; } +color:#999; border-color: #666; } .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; position:relative; z-index: 50;} |