Fix combobox style

This commit is contained in:
Julia Radzhabova
2021-04-09 16:16:31 +03:00
parent 2bddb0fcd7
commit bae4df3481

View File

@ -351,12 +351,21 @@ a.aboutlink:active {
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
width: 5px !important;
height: 3px !important;
margin: -1px 0 !important;
background-repeat: no-repeat;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBXcqxDQAADIMw//90OlYJE0JANFnZ4cMBqpQE/ONjYUYAAAAASUVORK5CYII=');
border: none !important;
width: 4px !important;
height: 4px !important;
margin: -1px 1px !important;
border: solid 1px #444 !important;
border-bottom: none !important;
border-right: none !important;
background-image: none;
box-sizing: border-box;
transition: transform 0.2s ease;
transform: rotate(-135deg) translate(1px,1px);
}
.select2-container--default.select2-container--open .select2-selection__arrow b{
transform: rotate(45deg);
}
.select2-container--default .select2-search--dropdown .select2-search__field {