luci-theme-openwrt-2020: add css success label
[project/luci.git] / themes / luci-theme-openwrt-2020 / htdocs / luci-static / openwrt2020 / cascade.css
index f1c834e9c3df964f6b609ce59f2eaefde73801ca..c6e5d774283eff334dcf5d3d3dd291968f08a025 100644 (file)
@@ -664,7 +664,7 @@ ul > li {
        padding: 0;
        text-align: center;
        width: 100%;
-       max-width: 100px;
+       max-width: 150px;
 }
 
 .ifacebox-head {
@@ -1558,6 +1558,10 @@ button.spinning::before, .btn.spinning::before {
        background: var(--danger-color);
 }
 
+.label.success {
+       background: var(--success-color);
+}
+
 ul.deps {
        margin: 0;
        padding: 0;