mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 11:37:21 -06:00
#6372: Improve search filter dropdown styles
This commit is contained in:
parent
91246b0f81
commit
2b9326d75e
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -587,11 +587,14 @@ div.content-container {
|
|||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#object-type-selector {
|
.search-obj-selector {
|
||||||
button.dropdown-item,
|
.dropdown-item,
|
||||||
h6.dropdown-header {
|
.dropdown-header {
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
}
|
}
|
||||||
|
.dropdown-header {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.color-label {
|
span.color-label {
|
||||||
|
@ -137,7 +137,7 @@ $dropdown-link-color: $gray-100;
|
|||||||
$dropdown-link-hover-color: $white;
|
$dropdown-link-hover-color: $white;
|
||||||
$dropdown-link-hover-bg: $gray-600;
|
$dropdown-link-hover-bg: $gray-600;
|
||||||
$dropdown-link-disabled-color: $gray-800;
|
$dropdown-link-disabled-color: $gray-800;
|
||||||
$dropdown-header-color: $gray-300;
|
$dropdown-header-color: $gray-600;
|
||||||
|
|
||||||
// Pagination
|
// Pagination
|
||||||
$pagination-color: $link-color;
|
$pagination-color: $link-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user