You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/05/19 22:30:28 UTC

[3/4] ambari git commit: AMBARI-11243. Remove-icon for overrides has "button"-style (alexantonenko)

AMBARI-11243. Remove-icon for overrides has "button"-style (alexantonenko)


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

Branch: refs/heads/trunk
Commit: b1980207eb6e33cbedc536b576838126510471c6
Parents: 3fa6a25
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue May 19 19:24:08 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue May 19 23:30:19 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/application.less                         | 2 +-
 ambari-web/app/templates/common/configs/overriddenProperty.hbs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b1980207/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 7235c98..35c3522 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1208,7 +1208,7 @@ h1 {
       margin-right: 2px;
     }
     .btn-final{
-      background: none repeat scroll 0 0 #fff;
+      background: transparent repeat scroll 0 0 rgba(255, 255, 255, 0);
     }
     .btn-final .icon-lock{
       color: #a6a6a6;

http://git-wip-us.apache.org/repos/asf/ambari/blob/b1980207/ambari-web/app/templates/common/configs/overriddenProperty.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/overriddenProperty.hbs b/ambari-web/app/templates/common/configs/overriddenProperty.hbs
index 9484f7e..8a8df0a 100644
--- a/ambari-web/app/templates/common/configs/overriddenProperty.hbs
+++ b/ambari-web/app/templates/common/configs/overriddenProperty.hbs
@@ -43,7 +43,7 @@
           </a>
         {{/if}}
         {{#isAccessible ADMIN}}
-          <a class="btn btn-small" href="#" data-toggle="tooltip"
+          <a class="btn-small" href="#" data-toggle="tooltip"
             {{action "removeOverride" overriddenSCP target="view"}}
             {{translateAttr data-original-title="common.remove"}}>
             <i class="icon-minus-sign"></i>