2018-09-23 13:20:21 +08:00
|
|
|
|
.header, .card, .modal-footer {
|
|
|
|
|
border-color: #5198cb;
|
2018-09-16 19:33:56 +08:00
|
|
|
|
}
|
|
|
|
|
|
2018-09-17 23:51:22 +08:00
|
|
|
|
.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 {
|
2018-09-23 13:20:21 +08:00
|
|
|
|
color: rgb(51, 122, 183);
|
2018-09-16 19:33:56 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
|
|
|
padding: 3px 8px;
|
2018-09-23 13:20:21 +08:00
|
|
|
|
color: rgba(51, 122, 183, 0.9);
|
2018-09-16 19:33:56 +08:00
|
|
|
|
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, .dropdown-item:active, .dropdown-item.active {
|
|
|
|
|
background-color: #77afd5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userinfo .dropdown-item:hover {
|
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb, .pagination-detail {
|
|
|
|
|
color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
2018-09-23 13:20:21 +08:00
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;
|
2018-09-16 19:33:56 +08:00
|
|
|
|
}
|
|
|
|
|
|
2018-10-04 20:38:17 +08:00
|
|
|
|
.card-header, .modal-header, .popover-header {
|
2018-09-16 19:33:56 +08:00
|
|
|
|
background-color: #5899c8;
|
|
|
|
|
border-color: #3581b8;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-header a, .modal-header a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.close {
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-23 14:08:13 +08:00
|
|
|
|
.header .navbar {
|
2018-09-23 13:20:21 +08:00
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-23 14:08:13 +08:00
|
|
|
|
.header .nav-item.active {
|
2018-09-23 13:20:21 +08:00
|
|
|
|
border-bottom: solid 1px #307eb6;
|
|
|
|
|
}
|
|
|
|
|
|
2018-10-04 20:38:17 +08:00
|
|
|
|
.card, input.form-control, select.form-control, textarea.form-control, .fixed-table-container, .popover,
|
|
|
|
|
.date .form-control[readonly] + .input-group-append .input-group-text,
|
|
|
|
|
.date .form-control[readonly] + .input-group-append + .input-group-append .input-group-text {
|
|
|
|
|
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 {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card .card-header a {
|
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card .card-header a:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.control-label {
|
|
|
|
|
color: #467fa7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb > li + li:before, .breadcrumb, .pagination-detail {
|
|
|
|
|
color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date .form-control[readonly], .form-control[disabled], .form-control[readonly],
|
|
|
|
|
.date .form-control[readonly] + .input-group-append .input-group-text,
|
|
|
|
|
.date .form-control[readonly] + .input-group-append + .input-group-append .input-group-text {
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table thead {
|
|
|
|
|
background-color: #7fb8d5;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-image: linear-gradient(to bottom, #5893be 0%, #63a6d7 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th .sortable {
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th .both, .fixed-table-container thead th .desc, .fixed-table-container thead th .asc {
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th .both:before {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
text-rendering: auto;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
content: "\f0dc";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th .desc:before {
|
|
|
|
|
content: "\f0dd";
|
|
|
|
|
color: #2e6da4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-table-container thead th .asc:before {
|
|
|
|
|
content: "\f0de";
|
|
|
|
|
color: #2e6da4;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-23 13:20:21 +08:00
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.breadcrumb {
|
|
|
|
|
border-color: rgba(81, 152, 203, 0.8)
|
|
|
|
|
}
|
2018-09-16 19:33:56 +08:00
|
|
|
|
}
|