mirror of https://github.com/ColorlibHQ/AdminLTE
Fix #1490 disabled nav tab
parent
87209a984a
commit
6f77ce584e
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue