增加功能:增加黑色样式表 closed #ITFPO

#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITFPO
This commit is contained in:
Argo Zhang 2019-04-15 18:45:20 +08:00
parent 9b7277110d
commit 0f5acb2189
1 changed files with 111 additions and 1 deletions

View File

@ -1,2 +1,112 @@
body { body, a {
color: #777;
} }
body, .modal-content {
background: #394450;
}
.header {
background: #212529;
border-bottom: 1px solid rgba(0,0,0,0.9);
}
.sidebar-toggle-box:hover, .userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"]:hover {
color: rgba(255,255,255,0.6);
}
.userinfo .dropdown-toggle, .nav [data-toggle="dropdown"] {
border: 1px solid #495057;
}
.breadcrumb {
border-top: solid 1px #495057;
}
.card {
background-color: rgba(0,0,0,0.2);
}
.form-control {
background-color: rgba(255,255,255,0.5);
border: 1px solid rgba(0, 0, 0, 0.125);
color: #212529;
}
.form-control:disabled, .form-control[readonly] {
background-color: #6c757d;
}
.form-control:focus {
background-color: rgba(255,255,255,0.6);
}
.modal-footer {
border-top: 1px solid rgba(0,0,0,0.125);
}
.file-preview, .fixed-table-container, .page-link, .page-item.active .page-link {
border: 1px solid rgba(0, 0, 0, 0.125);
}
.file-drop-zone.clickable:focus {
border: 1px solid #5acde2;
}
.table th, .table td, .dropdown-divider {
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.fixed-table-container tbody td, .fixed-table-container thead th {
border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-table .table > thead > tr > th, .fixed-table-container thead th, .modal-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-link {
background-color: #293542;
}
.page-item.active .page-link {
background-color: #6d757d;
}
.fixed-table-container tbody .selected td {
background-color: transparent;
}
.dropdown-menu {
background-color: #6c757d;
}
.dropdown-menu a {
color: rgba(0, 0, 0, 0.9);
}
.dropdown-item:hover, .dropdown-item:focus, .page-link:hover {
background-color: #495057;
}
.dropdown-select + .dropdown-menu a:hover {
background-color: #495057;
color: rgba(0, 0, 0, 0.9);
}
.fixed-table-loading, .modal-header {
background-color: #2e3640;
}
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
border-color: #6c757d;
background-color: rgba(255,255,255,0.5);
}
.input-group input.form-control {
border-color: #6c757d;
}
.close {
text-shadow: 0 1px 0 #000;
}