AMBARI-7272. Configs: make final icon more clear selected / not 
selected.(xiwang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e71d4fa8
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e71d4fa8
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e71d4fa8

Branch: refs/heads/branch-alerts-dev
Commit: e71d4fa8facd19d0430960025ba3d49dc19737a3
Parents: 9bd6873
Author: Xi Wang <xiw...@apache.org>
Authored: Thu Sep 11 16:43:58 2014 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Thu Sep 11 17:00:34 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e71d4fa8/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index 9dc4307..e4b455e 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1204,12 +1204,16 @@ h1 {
       color: rgb(243, 178, 11);
       margin-right: 2px;
     }
-    .btn-final .icon-lock {
-      color: grey;
+    .btn-final{
+      background: none repeat scroll 0 0 #fff;
+    }
+    .btn-final .icon-lock{
+      color: #a6a6a6;
     }
     .btn-final.active .icon-lock {
       color: blue;
     }
+    .btn-final.active,
     .btn-final.active[disabled] { //copied from Bootstrap .btn.active
       background-color: #e6e6e6;
       background-color: #d9d9d9 \9;

Reply via email to