This commit is contained in:
Laurent Destailleur 2020-10-08 10:04:36 +02:00
parent 70fa262293
commit 688d915cca
2 changed files with 10 additions and 4 deletions

View File

@ -5476,6 +5476,9 @@ a span.select2-chosen
.select2-results { .select2-results {
max-height: 400px; max-height: 400px;
} }
.select2-results__option {
word-break: break-word;
}
.select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices { .select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices {
background-color: var(--colorbackvmenu1); background-color: var(--colorbackvmenu1);
background-image: none; background-image: none;

View File

@ -5327,6 +5327,9 @@ a span.select2-chosen
.select2-results { .select2-results {
max-height: 400px; max-height: 400px;
} }
.select2-results__option {
word-break: break-word;
}
.select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices { .select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices {
background-color: #FFFFFF; background-color: #FFFFFF;
background-image: none; background-image: none;
@ -6451,11 +6454,11 @@ if (is_object($db)) $db->close();
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 12px; width: 12px;
} }
::-webkit-scrollbar-button { /*::-webkit-scrollbar-button {
background: #aaa; background: #bbb;
} }*/
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
background: #fff; background: #f4f4f4;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #ddd; background: #ddd;