Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
c3cacb3d0b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      templates/client/default/assets/css/layers-ui.css

+ 4 - 4
templates/client/default/assets/css/layers-ui.css

@@ -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;