From 2e324e803c4f960a541b9d356a269d12453d7574 Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Tue, 22 Aug 2023 04:09:17 +0800 Subject: [PATCH] Update dark.css --- .../htdocs/luci-static/argon/css/dark.css | 44 ++++++++++++------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css index 31e70ab..781d634 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css @@ -138,7 +138,7 @@ header::after { h2 { color: #ccc; background: #2c323c; - border-radius: 11px; + border-radius: 0.575rem; } h3 { @@ -208,7 +208,7 @@ table>thead>tr>td { fieldset>table>tbody>tr:nth-of-type(2n) { background-color: #2c323c; - border-radius: 11px; + border-radius: 0.575rem; } table>tbody>tr>td, @@ -277,7 +277,7 @@ tr>th, h3 { color: #ccc; border-bottom: 0; - border-radius: 11px; + border-radius: 0.575rem; } .cbi-progressbar { @@ -535,15 +535,16 @@ td.cbi-value-field var { .cbi-input-reload, .cbi-button-reload { color: #fff !important; - background: darkolivegreen !important; - border-color: darkolivegreen !important; + background: #5e72e4 !important; + background: var(--dark-primary) !important; + border-color: #0000 !important; } .cbi-button-reset, .cbi-input-remove { color: #fff !important; - background-color: darkorange !important; - border-color: darkorange !important; + background-color: var(--red) !important; + border-color: var(--red) !important; } .cbi-page-actions .cbi-button-apply, @@ -565,8 +566,8 @@ td.cbi-value-field var { .cbi-button-neutral[value="Disable"] { font-weight: normal; color: #fff; - border: thin solid darkorange !important; - background-color: darkorange !important; + border: thin solid var(--red) !important; + background-color: var(--red) !important; } fieldset[id^="cbi-apply-"] { @@ -603,7 +604,7 @@ header .fill .status span[data-style="active"] { background-color: #2c323c; border-bottom: 0; box-shadow: none; - border-radius: 11px; + border-radius: 0.575rem; } td>.ifacebadge, @@ -622,8 +623,8 @@ td>.ifacebadge, .cbi-button[value="Kill"], .cbi-button[onclick="reboot(this)"], .cbi-button-neutral[value="Restart"] { - border: thin solid darkorange !important; - background-color: darkorange !important; + border: thin solid var(--red) !important; + background-color: var(--red) !important; } .cbi-section, @@ -638,7 +639,7 @@ td>.ifacebadge, [data-page="admin-system-opkg"] #maincontent>.container { background: #2c323c !important; /* box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35); */ - border-radius: 11px; + border-radius: 0.575rem; } .cbi-section, @@ -679,8 +680,8 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] { } [data-page="admin-system-flash"] .modal .danger { - border: thin solid darkorange !important; - background-color: darkorange !important; + border: thin solid var(--red) !important; + background-color: var(--red) !important; } .cbi-value input[type="password"]+.cbi-button-neutral { @@ -888,3 +889,16 @@ div>.table>.tbody>.tr:nth-of-type(2n) { background-color: #0000; /* border-bottom: black 1px solid !important; */ } + +.uci-change-list del, +.uci-change-legend-label del, +.uci-change-list ins, +.uci-change-legend-label ins { + color: #2c323c; +} + +table, +.table { + background-color: #2c323c; + border-radius: 0.575rem; +}