1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/17010] Remove duplicated css for buttons

PHPBB3-17010
This commit is contained in:
Marc Alexander
2024-02-24 22:29:48 +01:00
parent e993d82bc5
commit a3f6563568

View File

@@ -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 {