mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Merge pull request #3199 from candlerb/candlerb/3184
Add grey border around color-block
This commit is contained in:
commit
38d5a8fdc0
@ -559,6 +559,7 @@ table.report th a {
|
|||||||
.color-block {
|
.color-block {
|
||||||
display: block;
|
display: block;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
border: 1px solid grey;
|
||||||
}
|
}
|
||||||
.text-nowrap {
|
.text-nowrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user