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 5128c08..b2daf35 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -2088,7 +2088,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { min-height: 32px; margin: 5em auto; padding: 1em; - border-radius: 15px !important; + border-radius: 10px !important; background: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); } @@ -2120,7 +2120,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { } .modal li { list-style-type: square; - color: #808080; + /* color: #808080; */ } .modal p { word-break: break-word; @@ -2875,9 +2875,6 @@ pre.command-output { top: -12px; } } -.modal.uci-dialog li { - color: #fff !important; -} @media screen and (max-width: 1600px) { header > .fill > .container > #logo { margin: 0 2.5rem 0 0.5rem;