mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
Make disabled extension dot a red border instead of red background (#2562)
This commit is contained in:
committed by
GitHub
parent
9a04e05cfb
commit
9ff85d661e
@@ -218,5 +218,6 @@
|
|||||||
background-color: #2ECC40;
|
background-color: #2ECC40;
|
||||||
}
|
}
|
||||||
.ExtensionListItem-Dot.disabled {
|
.ExtensionListItem-Dot.disabled {
|
||||||
background-color: #FF4136;
|
border: 2px solid #FF4136;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user