1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

fix prefix table styles

This commit is contained in:
checktheroads
2021-03-19 09:38:26 -07:00
parent 1ea208ba00
commit 21d31b5747
5 changed files with 7 additions and 4 deletions

View File

@@ -351,3 +351,7 @@ i.bi-plus:before,
span.bi-plus:before {
font-weight: $font-weight-bold !important;
}
table tbody tr.success {
background-color: rgba($success, 0.15);
}