mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[ticket/17010] Fix stylelint issues
PHPBB3-17010
This commit is contained in:
@@ -36,9 +36,9 @@
|
|||||||
.button[disabled]:hover,
|
.button[disabled]:hover,
|
||||||
.button.disabled,
|
.button.disabled,
|
||||||
.button.disabled:hover {
|
.button.disabled:hover {
|
||||||
background: #eee;
|
background: #eeeeee;
|
||||||
color: #aaa;
|
border-color: #aaaaaa;
|
||||||
border-color: #aaa;
|
color: #aaaaaa;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -702,8 +702,8 @@ dd.profile-warnings {
|
|||||||
.button.disabled,
|
.button.disabled,
|
||||||
.button.disabled:hover {
|
.button.disabled:hover {
|
||||||
background: #e0e0e0;
|
background: #e0e0e0;
|
||||||
color: #9e9e9e;
|
|
||||||
border-color: #9e9e9e;
|
border-color: #9e9e9e;
|
||||||
|
color: #9e9e9e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button .icon,
|
.button .icon,
|
||||||
|
Reference in New Issue
Block a user