Select2 style update

This commit is contained in:
Corban-Lee Jones 2024-03-13 09:42:49 +00:00
parent b54da4883a
commit 4fd1a0d573

View File

@ -8,8 +8,22 @@
--border-colour: var(--bs-dark-border-subtle)
}
.select2-container {
z-index: 99999;
/* Select 2 */
.select2-selection {
border: 1px solid var(--border-colour) !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.select2-selection:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.select2-dropdown {
border: 1px solid var(--border-colour) !important;
/* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; */
}
.select2-selection__choice {
@ -25,6 +39,8 @@
.select2-results__option--selected { display: none; }
/* CK Editor */
.ck-editor .ck.ck-editor__top .ck-toolbar {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important;
@ -203,19 +219,4 @@ body {
}
.draw-border:hover::after {
transition-delay: 0s, 0.15s, 0s;
}
/* Select 2 */
.select2-selection {
border: 1px solid var(--border-colour) !important;
}
.select2-selection:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.select2-dropdown {
border: 1px solid var(--border-colour) !important;
/* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; */
}