|
@@ -36,12 +36,14 @@
|
|
.select2-hidden-accessible {
|
|
.select2-hidden-accessible {
|
|
border: 0 !important;
|
|
border: 0 !important;
|
|
clip: rect(0 0 0 0) !important;
|
|
clip: rect(0 0 0 0) !important;
|
|
|
|
+ -webkit-clip-path: inset(50%) !important;
|
|
|
|
+ clip-path: inset(50%) !important;
|
|
height: 1px !important;
|
|
height: 1px !important;
|
|
- margin: -1px !important;
|
|
|
|
overflow: hidden !important;
|
|
overflow: hidden !important;
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
position: absolute !important;
|
|
position: absolute !important;
|
|
width: 1px !important;
|
|
width: 1px !important;
|
|
|
|
+ white-space: nowrap !important;
|
|
}
|
|
}
|
|
|
|
|
|
@import "theme/default/layout";
|
|
@import "theme/default/layout";
|