diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css index c62b42a..0772b2d 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -1380,6 +1380,7 @@ td > table > tbody > tr > td, } /* dark blue */ .btn.primary, +.cbi-button, .cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-apply + .cbi-button-save, .cbi-button-add, @@ -1398,6 +1399,7 @@ td > table > tbody > tr > td, background-color: var(--primary); } /* light blue */ +.cbi-button, .cbi-page-actions .cbi-button-apply, .cbi-section-actions .cbi-button-edit, .cbi-button-edit, @@ -1415,14 +1417,6 @@ td > table > tbody > tr > td, background-color: #5e72e4; background-color: var(--primary); } -.cbi-button:not(select) { - font-weight: normal; - color: #fff !important; - border: thin solid #5e72e4; - border: thin solid var(--primary); - background-color: #5e72e4; - background-color: var(--primary); -} /* red */ .btn.danger, .cbi-section-remove > .cbi-button,