mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Fix combobox style
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user