فهرست منبع

AMBARI-4122 restart icon on hosts page should be same color as used in hosts details + services. (ababiichuk)

aBabiichuk 11 سال پیش
والد
کامیت
d43c517370
1فایلهای تغییر یافته به همراه7 افزوده شده و 10 حذف شده
  1. 7 10
      ambari-web/app/styles/application.less

+ 7 - 10
ambari-web/app/styles/application.less

@@ -38,6 +38,8 @@ html, body {
 
 @footer-height: 100px;
 
+@restart-indicator-color: #FDB82F;
+
 #main {
   overflow: visible;
   padding-bottom: @footer-height;
@@ -627,9 +629,6 @@ h1 {
   .collapsable {
     cursor: pointer;
   }
-  .icon-refresh {
-    color: #FDB82F;
-  }
   .directories {
     min-width: 280px;
   }
@@ -2031,10 +2030,6 @@ width:100%;
     }
   }
 
-  .icon-refresh {
-    color: #FDB82F;
-  }
-
   .add-service-button {
     margin: 20px 20px 10px;
   }
@@ -3141,9 +3136,6 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
       width: 160px;
       height: 30px;
     }
-    .icon-refresh {
-      color: #FDB82F;
-    }
   }
 
   .host-components .btn-group {
@@ -3173,6 +3165,11 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
   }
 }
 
+#host-details, #hosts, .services-menu, #serviceConfig{
+  .icon-refresh {
+    color: @restart-indicator-color;
+  }
+}
 .background-operations {
   .progress {
     margin-bottom: 5px;