Browse Source

AMBARI-4501. health status yellow (lost heartbeat) not showing icon. (onechiporenko)

Oleg Nechiporenko 11 years ago
parent
commit
3a2d9e3a96
1 changed files with 6 additions and 3 deletions
  1. 6 3
      ambari-web/app/styles/application.less

+ 6 - 3
ambari-web/app/styles/application.less

@@ -2754,9 +2754,6 @@ table.graphs {
       }
     }
   }
-  .icon-question-sign {
-    color:#FFD13D;
-  }
   .status-dot-position {
     background-position: center;
     background-repeat: no-repeat;
@@ -2785,6 +2782,12 @@ table.graphs {
   .health-status-DEAD-YELLOW {
     background-image: @status-dead-yellow-marker;
     .status-dot-position;
+    &.icon-question-sign {
+      background-image: none !important;
+      display: inline !important;
+      float: none !important;
+      color:#FFD13D;
+    }
   }
   .passive-state {
     color: #000;