Fixed custom tabs issue #378

This commit is contained in:
Abdullah Almsaeed
2015-05-04 22:56:42 -04:00
parent 9adf789426
commit f2c3bd47aa
5 changed files with 63 additions and 15 deletions

23
dist/css/AdminLTE.css vendored
View File

@@ -889,7 +889,7 @@ a:focus {
*/
/*Dropdowns in general*/
.dropdown-menu {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: none;
border-color: #eee;
}
.dropdown-menu > li > a {
@@ -2385,6 +2385,7 @@ a:focus {
margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
color: #444;
border-radius: 0 !important;
}
.nav-tabs-custom > .nav-tabs > li > a,
@@ -2392,6 +2393,9 @@ a:focus {
background: transparent;
margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
@@ -2403,9 +2407,10 @@ a:focus {
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
background-color: #fff;
color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
border-top: 0;
border-top-color: transparent;
border-left-color: #f4f4f4;
border-right-color: #f4f4f4;
}
@@ -2413,7 +2418,7 @@ a:focus {
margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
border-left-width: 0;
border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
float: none!important;
@@ -2424,9 +2429,12 @@ a:focus {
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
border-left-width: 1px;
border-right-width: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
border-left-color: #f4f4f4;
border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
line-height: 35px;
@@ -2445,6 +2453,11 @@ a:focus {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
background: transparent;
color: #999;
}
/* Nav tabs bottom */
.tabs-bottom.nav-3 li a {
width: 3333.33333333% !important;