diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index d73ebd556..e168d842b 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -230,13 +230,18 @@ INPUT[type="text"].large { width: 317px; } color:#ff3363; background-color:#222; border-color: #ff3363; - padding: 1px 15px; + padding: 5px; } .buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { color:#999; border-color: #666; text-decoration: none; + + background-color:#ff3363; + color:#fff; + border-color:#ff3363; + cursor:pointer; } .buttonLike:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {