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

fix select loading display

This commit is contained in:
checktheroads
2021-03-15 07:49:32 -07:00
parent afce8e2516
commit 3f1714f076
3 changed files with 47 additions and 12 deletions

View File

@@ -29,6 +29,15 @@ div.form-floating div.ss-main div.ss-multi-selected {
border-color: $form-feedback-icon-valid-color;
}
.ss-single-selected,
.ss-multi-selected {
&[disabled] {
color: $form-select-disabled-color;
background-color: $form-select-disabled-bg;
border-color: $form-select-disabled-border-color;
}
}
.ss-single-selected {
span.ss-arrow {
// Inherit the arrow color from the parent (see color selector).