mirror of https://github.com/ColorlibHQ/AdminLTE
Fix issue #579
parent
31af666ccc
commit
a335278aa1
|
@ -74,6 +74,9 @@
|
|||
> a {
|
||||
color: #444;
|
||||
.border-radius(0);
|
||||
&.text-muted {
|
||||
color: #999;
|
||||
}
|
||||
&,
|
||||
&:hover {
|
||||
background: transparent;
|
||||
|
|
|
@ -2456,6 +2456,9 @@ a:focus {
|
|||
color: #444;
|
||||
border-radius: 0;
|
||||
}
|
||||
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
|
||||
color: #999;
|
||||
}
|
||||
.nav-tabs-custom > .nav-tabs > li > a,
|
||||
.nav-tabs-custom > .nav-tabs > li > a:hover {
|
||||
background: transparent;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue