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 5facdfd..90b67f8 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -1687,7 +1687,6 @@ td>table>tbody>tr>td, } .btn.primary, -.cbi-button, .cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-apply+.cbi-button-save, .cbi-button-add, @@ -1706,7 +1705,6 @@ td>table>tbody>tr>td, background-color: var(--primary) } -.cbi-button, .cbi-page-actions .cbi-button-apply, .cbi-section-actions .cbi-button-edit, .cbi-button-edit, @@ -1726,6 +1724,12 @@ td>table>tbody>tr>td, cursor: pointer; } +.cbi-input-remove { + color: #fff !important; + background-color: #5e72e4; + background-color: var(--primary); +} + .btn.danger, .cbi-section-remove>.cbi-button, .cbi-button-remove, @@ -2077,19 +2081,6 @@ td>table>tbody>tr>td, word-wrap: break-word; } -/* .cbi-rowstyle-1 { - background-color: #f9f9f9; -} -.cbi-rowstyle-2 { - background-color: #eee; -} */ - -/* .cbi-rowstyle-2 .cbi-button-up, -.cbi-rowstyle-2 .cbi-button-down, -body:not(.Interfaces) .cbi-rowstyle-2:first-child { - background-color: #fff !important; -} */ - .cbi-section-table .cbi-section-table-titles .cbi-section-table-cell { width: auto !important }