Updated Branches: refs/heads/trunk ba0bff861 -> c868b2e0e
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/c868b2e0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c868b2e0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c868b2e0 Branch: refs/heads/trunk Commit: c868b2e0e1834e0eb530834571d31e766d560164 Parents: ba0bff8 Author: Yusaku Sako <[email protected]> Authored: Fri Dec 27 23:39:12 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Dec 30 07:58:51 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/c868b2e0/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; }
