94 lines
2.5 KiB
CSS
94 lines
2.5 KiB
CSS
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
|
|
color: rgb(51, 122, 183);
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
padding: 3px 8px;
|
|
color: rgba(51, 122, 183, 0.9);
|
|
transition: color .3s linear;
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link:hover, .nav-link .navbar-nav .active > .nav-link:hover {
|
|
color: #0056b3;
|
|
}
|
|
|
|
.dropdown-item.active, .dropdown-item:active {
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.dropdown-item:hover, .nav .dropdown-item:nth-of-type(odd):hover, .dropdown-item:active, .dropdown-item.active {
|
|
background-color: #77afd5;
|
|
}
|
|
|
|
.userinfo .dropdown-item:hover {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.breadcrumb, .pagination-detail {
|
|
color: #337ab7;
|
|
}
|
|
|
|
.card-header, .modal-header, .popover-header {
|
|
background-color: #5899c8;
|
|
border-color: #3581b8;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
|
|
.close {
|
|
text-shadow: none;
|
|
}
|
|
|
|
.header .navbar {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.header .nav-item.active {
|
|
border-bottom: solid 1px #307eb6;
|
|
}
|
|
|
|
.card, .modal-footer, .form-control, .popover, .date .input-group-text,
|
|
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
|
|
border-color: #5198cb;
|
|
}
|
|
|
|
.card .card-header, .modal-header {
|
|
background-image: linear-gradient(to bottom, #5893be 0%, #63a6d7 100%);
|
|
background-color: #5899c8;
|
|
border-color: #3581b8;
|
|
}
|
|
|
|
.card .card-header, a[data-toggle="collapse"], .modal-header, .modal-header .close, .popover-header,
|
|
.card .card-header a, .modal-header a,
|
|
.card .card-header a:hover,
|
|
.close:not(:disabled):not(.disabled):hover,
|
|
.close:not(:disabled):not(.disabled):focus {
|
|
color: #fff;
|
|
}
|
|
|
|
.card .card-header a {
|
|
color: #eee;
|
|
}
|
|
|
|
.control-label {
|
|
color: #467fa7;
|
|
}
|
|
|
|
.breadcrumb > li + li:before, .breadcrumb, .pagination-detail {
|
|
color: #337ab7;
|
|
}
|
|
|
|
.form-control[disabled], .form-control[readonly], .date .form-control, .date .input-group-text,
|
|
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
|
|
background-color: rgba(84, 189, 220, 0.21);
|
|
}
|
|
|
|
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
|
|
border-right-color: #305873;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.breadcrumb {
|
|
border-color: rgba(81, 152, 203, 0.8)
|
|
}
|
|
}
|