mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Added label-enabled and label-disabled to base css
This commit is contained in:
parent
88095c020d
commit
8b120e5c15
@ -384,4 +384,18 @@ td .progress {
|
||||
}
|
||||
textarea {
|
||||
font-family: Consolas, Lucida Console, monospace;
|
||||
}
|
||||
.label-enabled {
|
||||
background-color: #6fd86f;
|
||||
}
|
||||
.label-enabled[href]:hover,
|
||||
.label-enabled[href]:focus {
|
||||
background-color: #3ccd3c;
|
||||
}
|
||||
.label-disabled {
|
||||
background-color: #d86f6f;
|
||||
}
|
||||
.label-disabled[href]:hover,
|
||||
.label-disabled[href]:focus {
|
||||
background-color: #cd3c3c;
|
||||
}
|
Loading…
Reference in New Issue
Block a user