Эх сурвалжийг харах

HUE-6077 [frontend] Fixed column selected css

Enrico Berti 8 жил өмнө
parent
commit
43bfc29

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 0 - 50
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -157,56 +157,6 @@ a#advanced-btn:hover {
   cursor: pointer!important;
 }
 
-
-/*
- * jHueTableExtender
- */
-
-.rowSelected {
-  background-color: #EEEEEE !important;
-}
-
-.columnSelected {
-  background-color: #FFFACC !important;
-}
-
-.cellSelected {
-  background-color: #DDDDDD !important;
-}
-
-.jHueTableExtenderClonedContainerColumn {
-  border-right: 1px solid #e5e5e5;
-}
-
-#jHueTableExtenderNavigator {
-  position: absolute;
-  left: 0;
-  top: 0;
-  z-index: 1000;
-  display: none;
-  min-width: 160px;
-  padding: 10px 20px 2px 10px;
-  margin: 2px 0 0;
-  background-color: #ffffff;
-  border: 1px solid #ccc;
-  -webkit-border-radius: 6px;
-  -moz-border-radius: 6px;
-  border-radius: 6px;
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-  -webkit-background-clip: padding-box;
-  -moz-background-clip: padding;
-  background-clip: padding-box;
-  white-space: nowrap;
-}
-
-#jHueTableExtenderNavigator a {
-  margin-left: 10px;
-  margin-right: -14px;
-  margin-top: -12px;
-}
-
 .popover-inner {
   text-align: left;
 }

+ 46 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-tables.less

@@ -477,4 +477,49 @@ div.box {
   background-color: #EEE !important;
   border-left: 2px solid @hue-primary-color-light !important;
   padding-left: 14px !important;
-}
+}
+
+
+/*
+ * jHueTableExtender
+ */
+
+.rowSelected {
+  background-color: @cui-gray-100 !important;
+}
+
+.columnSelected {
+  background-color: @cui-yellow-100 !important;
+}
+
+.cellSelected {
+  background-color: @cui-gray-300 !important;
+}
+
+.jHueTableExtenderClonedContainerColumn {
+  border-right: 1px solid @cui-gray-100;
+}
+
+#jHueTableExtenderNavigator {
+  position: absolute;
+  left: 0;
+  top: 0;
+  z-index: 1000;
+  display: none;
+  min-width: 160px;
+  padding: 10px 20px 2px 10px;
+  margin: 2px 0 0;
+  background-color: @cui-white;
+  border: 1px solid @cui-gray-400;
+  border-radius: 6px;
+  .hue-box-shadow-bottom;
+  -webkit-background-clip: padding-box;
+  -moz-background-clip: padding;
+  background-clip: padding-box;
+  white-space: nowrap;
+  a {
+    margin-left: 10px;
+    margin-right: -14px;
+    margin-top: -12px;
+  }
+}

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно