mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
changing color of dropdown arrow for select2
for whenever the dropdown menu is open
This commit is contained in:
parent
3fbbd4f234
commit
b0d5403d41
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user