AMBARI-19103. Support for multi lines tabs (onechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/14c39691 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/14c39691 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/14c39691 Branch: refs/heads/branch-feature-AMBARI-18456 Commit: 14c39691e06bde1d158c75e65251dc1dc1ba20e9 Parents: 353b2ac Author: Oleg Nechiporenko <[email protected]> Authored: Tue Dec 6 12:14:55 2016 +0200 Committer: Oleg Nechiporenko <[email protected]> Committed: Tue Dec 6 12:14:55 2016 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/theme/bootstrap-ambari.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/14c39691/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 d10a13b..738fa59 100644 --- a/ambari-web/app/styles/theme/bootstrap-ambari.css +++ b/ambari-web/app/styles/theme/bootstrap-ambari.css @@ -452,7 +452,9 @@ h2.table-title { .nav.nav-tabs li a:active, .nav.nav-tabs li a:focus { color: #333; - border-width: 0; + border-top-width: 0; + border-left-width: 0; + border-right-width: 0; background: none; } .nav.nav-tabs li a .badge.badge-important {
