Update dark.css

This commit is contained in:
Bard 2022-03-01 20:21:18 +08:00 committed by GitHub
parent 5e5094cab3
commit 8b39a956c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
* Licensed to the public under the Apache License 2.0 * Licensed to the public under the Apache License 2.0
*/ */
body { body {
background: #1e1e1e; background: #000000;
color: #cccccc; color: #cccccc;
} }
.login-page .login-container .login-form { .login-page .login-container .login-form {
@ -58,10 +58,10 @@ body {
opacity: 0.9; opacity: 0.9;
} }
header::after { header::after {
background-color: #1e1e1e !important; background-color: #000000 !important;
} }
.main .main-left { .main .main-left {
background-color: #333333 !important; background-color: #000000 !important;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
} }
.main .main-left .sidenav-header .brand { .main .main-left .sidenav-header .brand {
@ -102,7 +102,8 @@ header::after {
background-color: #333; background-color: #333;
} }
.main .main-right { .main .main-right {
background-color: #1e1e1e; background-color: #000000;
background-attachment: fixed;
} }
h2 { h2 {
color: #ccc; color: #ccc;
@ -135,7 +136,7 @@ input:-webkit-autofill {
color: #ccc; color: #ccc;
} }
header.bg-primary { header.bg-primary {
background-color: #1e1e1e !important; background-color: #000000 !important;
} }
.cbi-map-descr { .cbi-map-descr {
color: #ccc; color: #ccc;
@ -471,7 +472,7 @@ fieldset[id^="cbi-apply-"] {
} }
header .fill .status span[data-style="active"] { header .fill .status span[data-style="active"] {
color: #ccc !important; color: #ccc !important;
background-color: darkolivegreen !important; background-color: #333333 !important;
} }
#cbi-wireless .td, #cbi-wireless .td,
#cbi-network .tr:first-child > .td, #cbi-network .tr:first-child > .td,