[ticket/17010] Fix stylelint issues

PHPBB3-17010
This commit is contained in:
Marc Alexander 2022-10-30 11:44:59 +01:00
parent ac6512da14
commit b3777894cb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}

View file

@ -702,8 +702,8 @@ dd.profile-warnings {
.button.disabled,
.button.disabled:hover {
background: #e0e0e0;
color: #9e9e9e;
border-color: #9e9e9e;
color: #9e9e9e;
}
.button .icon,