You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/08/22 14:48:07 UTC

[09/46] git commit: AMBARI-6869. FE: Ambari installer wizard should use the /validations API to validate host-component layout - CSS Fixes

AMBARI-6869. FE: Ambari installer wizard should use the /validations API to validate host-component layout - CSS Fixes


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

Branch: refs/heads/branch-alerts-dev
Commit: ad34ed971acd3e07f3f878fde623629e49189e81
Parents: 221506e
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Aug 20 10:00:57 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Aug 20 10:01:03 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ad34ed97/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index ec751cc..4039631 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1184,6 +1184,21 @@ h1 {
   .common-config-category {
     .action {
       cursor: pointer;
+      .btn-final .icon-lock {
+        color: grey;
+      }
+      .btn-final.active .icon-lock {
+        color: blue;
+      }
+      .btn-final.active[disabled] { //copied from Bootstrap .btn.active
+        background-color: #e6e6e6;
+        background-color: #d9d9d9 \9;
+        background-image: none;
+        outline: 0;
+        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+      }
       .icon-plus-sign {
         color: #5AB400;
         margin-right: 2px;