mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
1.0.1
This commit is contained in:
parent
b14ccb1b03
commit
7e3774b663
168 changed files with 2453 additions and 2788 deletions
|
@ -1,36 +1,28 @@
|
|||
.select2-dropdown {
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
border-radius: 0;
|
||||
}
|
||||
border-radius: 0; }
|
||||
|
||||
.select2-container {
|
||||
min-width: 100px;
|
||||
width: 100% !important;
|
||||
}
|
||||
.select2-container--open .select2-dropdown--above,
|
||||
.select2-container--open .select2-dropdown--below {
|
||||
z-index: 9999999;
|
||||
min-width: 100px;
|
||||
}
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
border-radius: 0;
|
||||
}
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
width: 100% !important; }
|
||||
.select2-container--open .select2-dropdown--above,
|
||||
.select2-container--open .select2-dropdown--below {
|
||||
z-index: 9999999;
|
||||
min-width: 100px; }
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
border-radius: 0; }
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0; }
|
||||
|
||||
.wp-customizer .select2-container {
|
||||
z-index: 8 !important;
|
||||
}
|
||||
.wp-customizer .select2-container.select2-container--open {
|
||||
z-index: 999999 !important;
|
||||
}
|
||||
z-index: 8 !important; }
|
||||
.wp-customizer .select2-container.select2-container--open {
|
||||
z-index: 999999 !important; }
|
||||
|
||||
/*# sourceMappingURL=kirki.css.map */
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{"version":3,"sourceRoot":"","sources":["kirki.scss"],"names":[],"mappings":"AAAA;EACE;EACA;;;AAGF;EACE;EACA;;AAGE;AAAA;EAEE;EACA;;AAMA;EACE;;AAKF;EAEE;EACA;;AAIA;EACE;EACA;EACA;EACA;;;AAOV;EACE;;AAGE;EAEE","file":"kirki.css"}
|
|
@ -1,53 +0,0 @@
|
|||
.select2-dropdown {
|
||||
border-color: rgba(0,0,0,.1);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
min-width: 100px;
|
||||
width: 100% !important;
|
||||
|
||||
&--open {
|
||||
.select2-dropdown--above,
|
||||
.select2-dropdown--below {
|
||||
z-index: 9999999;
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
&--default {
|
||||
.select2-search--dropdown {
|
||||
.select2-search__field {
|
||||
border-color: rgba(0,0,0,.1);
|
||||
}
|
||||
}
|
||||
|
||||
.select2-selection {
|
||||
&--multiple,
|
||||
&--single {
|
||||
border-color: rgba(0,0,0,.1);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&--multiple {
|
||||
.select2-selection__choice {
|
||||
background-color: rgba(255,255,255,0);
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wp-customizer .select2-container {
|
||||
z-index: 8 !important;
|
||||
|
||||
&.select2-container {
|
||||
&--open {
|
||||
// @See https://github.com/aristath/kirki/issues/1418
|
||||
z-index: 999999 !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue