AMBARI-18843. Add vertical tabs (2) (onechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7b54b9ae Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7b54b9ae Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7b54b9ae Branch: refs/heads/branch-feature-AMBARI-18901 Commit: 7b54b9aef9d7a9d881643a52619b0e31a0df55ee Parents: eb71c65 Author: Oleg Nechiporenko <[email protected]> Authored: Wed Nov 16 17:17:51 2016 +0200 Committer: Oleg Nechiporenko <[email protected]> Committed: Wed Nov 16 17:18:03 2016 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/theme/bootstrap-ambari.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7b54b9ae/ambari-web/app/styles/theme/bootstrap-ambari.css ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/theme/bootstrap-ambari.css b/ambari-web/app/styles/theme/bootstrap-ambari.css index 627dd08..fd341a5 100644 --- a/ambari-web/app/styles/theme/bootstrap-ambari.css +++ b/ambari-web/app/styles/theme/bootstrap-ambari.css @@ -436,7 +436,7 @@ h2.table-title { margin-bottom: 20px; } .nav.nav-tabs li a { - border: none; + border-width: 0; border-radius: 0; border-bottom: 2px solid transparent; color: #666; @@ -446,7 +446,7 @@ h2.table-title { .nav.nav-tabs li a:active, .nav.nav-tabs li a:focus { color: #333; - border: none; + border-width: 0; background: none; } .nav.nav-tabs li a .badge.badge-important { @@ -469,25 +469,25 @@ h2.table-title { margin-right: -1px; } .nav-tabs-left li a { - border-bottom: 2px solid transparent !important; + border: 2px solid transparent !important; } .nav-tabs-left li.active a, .nav-tabs-left li.active a:hover, .nav-tabs-left li.active a:active, .nav-tabs-left li.active a:focus { - border-right: 2px solid #3FAE2A; + border-right: 2px solid #3FAE2A !important; } .nav-tabs-right li { margin-left: -1px; } .nav-tabs-right li a { - border-bottom: 2px solid transparent !important; + border: 2px solid transparent !important; } .nav-tabs-right li.active a, .nav-tabs-right li.active a:hover, .nav-tabs-right li.active a:active, .nav-tabs-right li.active a:focus { - border-left: 2px solid #3FAE2A; + border-left: 2px solid #3FAE2A !important; } .wizard { border: 2px solid #ebecf1;
