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

#6372: Improve form styling

This commit is contained in:
checktheroads
2021-07-19 16:34:44 -07:00
parent 1661d1f4ca
commit 64e6dcb23c
6 changed files with 12 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ $spacing-s: $input-padding-x;
--nbx-select-option-selected-bg: #{$gray-300};
--nbx-select-option-hover-bg: #{$blue};
--nbx-select-option-hover-color: #{$white};
--nbx-select-placeholder-color: #{$gray-500};
--nbx-select-placeholder-color: #{$gray-600};
--nbx-select-value-color: #{$white};
& body[data-netbox-color-mode='dark'] {
--nbx-select-content-bg: #{$gray-900};
@@ -120,7 +120,7 @@ div.form-floating div.ss-main div.ss-multi-selected {
background-color: transparent;
}
.ss-option.ss-disabled:hover {
color: unset;
color: $form-select-disabled-color;
}
}
border-bottom-left-radius: $form-select-border-radius;