diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index f4671ff58c..e8f8fbe961 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -36,9 +36,9 @@ .button[disabled]:hover, .button.disabled, .button.disabled:hover { - background: #eee; - color: #aaa; - border-color: #aaa; + background: #eeeeee; + border-color: #aaaaaa; + color: #aaaaaa; cursor: default; } diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ae39635d65..fe5e4d7c85 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -702,8 +702,8 @@ dd.profile-warnings { .button.disabled, .button.disabled:hover { background: #e0e0e0; - color: #9e9e9e; border-color: #9e9e9e; + color: #9e9e9e; } .button .icon,