diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-20 16:00:10 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-20 17:28:08 +0100 |
| commit | ef281a21d74ef694a9bfb92fc3f61ce744af5f2a (patch) | |
| tree | bc80a6d7d32fa5cb14befdb5dad5aaef30bbae39 /ishtar_common/static/select2/css/select2.css | |
| parent | 115607e28f8bbecabca357e3f9295f66b2a05854 (diff) | |
| download | Ishtar-ef281a21d74ef694a9bfb92fc3f61ce744af5f2a.tar.bz2 Ishtar-ef281a21d74ef694a9bfb92fc3f61ce744af5f2a.zip | |
🍱 update select2 version
Diffstat (limited to 'ishtar_common/static/select2/css/select2.css')
| -rw-r--r-- | ishtar_common/static/select2/css/select2.css | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/ishtar_common/static/select2/css/select2.css b/ishtar_common/static/select2/css/select2.css index 447b2b86c..750b3207a 100644 --- a/ishtar_common/static/select2/css/select2.css +++ b/ishtar_common/static/select2/css/select2.css @@ -118,12 +118,14 @@ .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; + -webkit-clip-path: inset(50%) !important; + clip-path: inset(50%) !important; height: 1px !important; - margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; - width: 1px !important; } + width: 1px !important; + white-space: nowrap !important; } .select2-container--default .select2-selection--single { background-color: #fff; @@ -186,16 +188,13 @@ width: 100%; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; } - .select2-container--default .select2-selection--multiple .select2-selection__placeholder { - color: #999; - margin-top: 5px; - float: left; } .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; - margin-right: 10px; } + margin-right: 10px; + padding: 1px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; @@ -214,7 +213,7 @@ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; } -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; } .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { @@ -420,9 +419,7 @@ color: #555; } .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { - float: right; } - -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + float: right; margin-left: 5px; margin-right: auto; } |
