You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/12/30 16:58:25 UTC

git commit: AMBARI-4193. Assign Masters: plus/minus color and hover cursor are off. (yusaku)

Updated Branches:
  refs/heads/branch-1.4.3 7b974f0e5 -> c85036de2


AMBARI-4193. Assign Masters: plus/minus color and hover cursor are off. (yusaku)


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

Branch: refs/heads/branch-1.4.3
Commit: c85036de221ab85f67318e015879f24cfe995483
Parents: 7b974f0
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Dec 27 23:39:12 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Dec 30 07:58:15 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/c85036de/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 50aa046..c274bac 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -3340,7 +3340,7 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
     margin-bottom: 5px;
   }
 
-  .controls .badge {
+  .badge {
     background-color: @green;
     color: #ffffff;
     cursor: pointer;
@@ -3348,7 +3348,7 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   }
 
-  .assign-master  .controls .badge:hover {
+  .badge:hover {
     background-color: @green;
   }