mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
[ticket/17010] Fix stylelint issues
PHPBB3-17010
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user