@@ -1402,10 +1402,6 @@ body {
text-overflow: ellipsis;
}
-input[type='password']::-ms-reveal {
- display: none;
-}
-
.ui-resizable {
position: relative;
@@ -35,6 +35,10 @@
@import "components/hue-breadcrumbs.less";
@import "hue-helpers.less";
+input[type='password']::-ms-reveal {
+ display: none;
+}
+
.app-header {
font-size: 20px;
padding-top: 13px;
@@ -136,6 +136,10 @@
color: #CCD1D9 !important;
.tooltip {
z-index: 10000;