mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
changing color of dropdown arrow for select2
for whenever the dropdown menu is open
This commit is contained in:
@@ -235,6 +235,10 @@
|
||||
border-color: @field-dropdown-icon transparent transparent transparent !important;
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
|
||||
border-color: transparent transparent @field-dropdown-icon transparent!important;
|
||||
}
|
||||
|
||||
.select2-dropdown{
|
||||
border:1px solid @field-border;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user