Przeglądaj źródła

HUE-6077 [frontend] Restyled the Ace settings slideout

Enrico Berti 8 lat temu
rodzic
commit
253c6baa71

Plik diff jest za duży
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Plik diff jest za duży
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 17 - 1
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -353,4 +353,20 @@ input[type='password']::-ms-reveal {
 
 .red {
   color: @cui-red-400!important;
-}
+}
+
+#ace_settingsmenu {
+  width: 350px;
+  label {
+    display: inline-block;
+    height: 31px;
+    line-height: 31px;
+  }
+  input {
+    margin-bottom: 0;
+  }
+  input[type='checkbox'] {
+    margin-right: 2px;
+    margin-top: 10px;
+  }
+}

Plik diff jest za duży
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


+ 0 - 19
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -1105,25 +1105,6 @@
     color: #fdae6b;
   }
 
-  #ace_settingsmenu {
-    width: 350px;
-  }
-
-  #ace_settingsmenu label {
-    display: inline-block;
-    height: 31px;
-    line-height: 31px;
-  }
-
-  #ace_settingsmenu input {
-    margin-bottom: 0;
-  }
-
-  #ace_settingsmenu input[type='checkbox'] {
-    margin-right: 2px;
-    margin-top: 10px;
-  }
-
   .nav-header-like {
     padding: 9px 18px;
     margin-top: 1px;

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików