1
0
mirror of https://github.com/flarum/core.git synced 2025-04-21 15:42:04 +02:00

Make disabled extension dot a red border instead of red background (#2562)

This commit is contained in:
David Sevilla Martín 2021-01-27 08:04:19 -05:00 committed by GitHub
parent 9bb4423dd7
commit 930fcf9250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,5 +218,6 @@
background-color: #2ECC40;
}
.ExtensionListItem-Dot.disabled {
background-color: #FF4136;
border: 2px solid #FF4136;
box-sizing: border-box;
}