luci-theme-bootstrap: fix inner border radius in ifaceboxes, progressbars

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 6f4708ca68)
This commit is contained in:
Jo-Philipp Wich 2021-11-21 18:53:59 +01:00
parent f1e5639df1
commit 071a3b0d12

View file

@ -1774,7 +1774,7 @@ select + .cbi-button,
height: 100%;
transition: width .25s ease-in;
width: 0%;
border-radius: 3px;
border-radius: 2px;
}
.cbi-progressbar::before {
@ -2102,7 +2102,7 @@ table table td,
.ifacebox .ifacebox-head {
border-bottom: 1px solid var(--border-color-high);
border-radius: 4px 4px 0 0;
border-radius: 3px 3px 0 0;
padding: 2px;
background: #eee;
color: var(--text-color-high);