luci-theme-bootstrap: fix inner border radius in ifaceboxes, progressbars
[project/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / cascade.css
index 46539918b9cb8105e14fa83c25a95d382cea81f8..abc130a0e4ab5275fa677194b52c282ca18a6a3d 100644 (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 {
@@ -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);