From a3f656356836e3b6436f6b136102d2a3dc22301b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 24 Feb 2024 22:29:48 +0100 Subject: [PATCH] [ticket/17010] Remove duplicated css for buttons PHPBB3-17010 --- phpBB/styles/prosilver/theme/colours.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index fe5e4d7c85..7bdd5f4b87 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -697,15 +697,6 @@ dd.profile-warnings { color: #d41142; } -.button[disabled], -.button[disabled]:hover, -.button.disabled, -.button.disabled:hover { - background: #e0e0e0; - border-color: #9e9e9e; - color: #9e9e9e; -} - .button .icon, .button-secondary, .c-button-icon {