|
|
@@ -18065,6 +18065,10 @@ Rail
|
|
|
/* Switch: Types */
|
|
|
}
|
|
|
|
|
|
+#layers .lu-switch:disabled {
|
|
|
+ opacity: 0.5;
|
|
|
+}
|
|
|
+
|
|
|
#layers .lu-switch + .lu-form-text {
|
|
|
margin-left: 16px;
|
|
|
}
|
|
|
@@ -18099,10 +18103,6 @@ Rail
|
|
|
transition: all ease 0.3s;
|
|
|
}
|
|
|
|
|
|
-#layers .lu-switch__handle:disabled {
|
|
|
- opacity: 0.5;
|
|
|
-}
|
|
|
-
|
|
|
#layers .lu-switch__container {
|
|
|
position: absolute;
|
|
|
top: 0;
|