Skip to content

Commit

Permalink
Fix #1490 disabled nav tab
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed May 18, 2017
1 parent 87209a9 commit 6f77ce5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions build/less/navs.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,16 @@
> .nav-tabs {
margin: 0;
border-bottom-color: #f4f4f4;

.border-top-radius(@box-border-radius);
> li {
border-top: 3px solid transparent;
margin-bottom: -2px;

&.disabled > a {
color: #777;
}

> a {
color: #444;
.border-radius(0);
Expand Down
3 changes: 3 additions & 0 deletions dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,9 @@ a:focus {
margin-bottom: -2px;
margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
color: #444;
border-radius: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/css/alt/AdminLTE-without-plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -2490,6 +2490,9 @@ a:focus {
margin-bottom: -2px;
margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
color: #444;
border-radius: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alt/AdminLTE-without-plugins.min.css

Large diffs are not rendered by default.

0 comments on commit 6f77ce5

Please sign in to comment.