mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17010] Fix stylelint issues
PHPBB3-17010
This commit is contained in:
parent
ac6512da14
commit
b3777894cb
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -702,8 +702,8 @@ dd.profile-warnings {
|
|||
.button.disabled,
|
||||
.button.disabled:hover {
|
||||
background: #e0e0e0;
|
||||
color: #9e9e9e;
|
||||
border-color: #9e9e9e;
|
||||
color: #9e9e9e;
|
||||
}
|
||||
|
||||
.button .icon,
|
||||
|
|
Loading…
Add table
Reference in a new issue