You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2015/06/02 17:11:41 UTC

[2/2] ambari git commit: AMBARI-11616. Wrong cursor over activated final button on configs page (akovalenko)

AMBARI-11616. Wrong cursor over activated final button on configs page (akovalenko)


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

Branch: refs/heads/trunk
Commit: 19f18f5772ce42c10307405df92d82151c6601b6
Parents: 1208fc5
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Jun 2 16:49:17 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Tue Jun 2 18:10:17 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/19f18f57/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 347553e..3cfbddf 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1215,12 +1215,12 @@ h1 {
     }
     .btn-final .icon-lock{
       color: #a6a6a6;
+      cursor: inherit;
     }
     .btn-final.active .icon-lock {
       color: blue;
     }
-    .btn-final.active,
-    .btn-final.active[disabled] { //copied from Bootstrap .btn.active
+    .btn-final.active { //copied from Bootstrap .btn.active
       background-color: #e6e6e6;
       background-color: #d9d9d9 \9;
       background-image: none;
@@ -1228,6 +1228,8 @@ h1 {
       -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);
+    }
+    .btn-final.active[disabled] {
       cursor: not-allowed;
     }
     a.accordion-toggle:hover {