summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-11-21 18:53:59 +0100
committerJo-Philipp Wich <jo@mein.io>2021-11-21 18:53:59 +0100
commit6f4708ca68bb02c9d4d76d3cd1f130d62558f5f1 (patch)
treefdd7fc70610918f5c92583c349cf5b0ecef859d8 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
parent32437fe332db5d056e62edfb3eb64f6bc67c14f5 (diff)
luci-theme-bootstrap: fix inner border radius in ifaceboxes, progressbars
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
index 46539918b9..abc130a0e4 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -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 {
@@ -2103,7 +2103,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);