mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Style select2 dropdown
This commit is contained in:
@ -354,6 +354,18 @@ a.aboutlink:active {
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-dropdown {
|
||||
border-radius: 4px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.select2-dropdown.select2-dropdown--below {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.select2-dropdown.select2-dropdown--above {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.select2-dropdown,
|
||||
.select2-container--default .select2-selection--single {
|
||||
border: 1px solid #cfcfcf !important;
|
||||
|
||||
Reference in New Issue
Block a user