From 0f5acb218900a770d29abe6623443be1fc1f41d0 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 15 Apr 2019 18:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=9F=E8=83=BD=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=BB=91=E8=89=B2=E6=A0=B7=E5=BC=8F=E8=A1=A8?= =?UTF-8?q?=20closed=20#ITFPO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITFPO --- Bootstrap.Admin/wwwroot/css/black.css | 112 +++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/css/black.css b/Bootstrap.Admin/wwwroot/css/black.css index 46800d16..e7f95425 100644 --- a/Bootstrap.Admin/wwwroot/css/black.css +++ b/Bootstrap.Admin/wwwroot/css/black.css @@ -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; +} \ No newline at end of file