Compile navs.less
This commit is contained in:
18
dist/css/AdminLTE.css
vendored
18
dist/css/AdminLTE.css
vendored
@@ -2541,6 +2541,24 @@ a:focus {
|
||||
background: transparent;
|
||||
color: #999;
|
||||
}
|
||||
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
|
||||
border-top-color: #3c8dbc;
|
||||
}
|
||||
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
|
||||
border-top-color: #00c0ef;
|
||||
}
|
||||
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
|
||||
border-top-color: #dd4b39;
|
||||
}
|
||||
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
|
||||
border-top-color: #f39c12;
|
||||
}
|
||||
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
|
||||
border-top-color: #00a65a;
|
||||
}
|
||||
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
|
||||
border-top-color: #d2d6de;
|
||||
}
|
||||
/* PAGINATION */
|
||||
.pagination > li > a {
|
||||
background: #fafafa;
|
||||
|
||||
2
dist/css/AdminLTE.min.css
vendored
2
dist/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user