themes: add zone badge classes to remaining themes
[project/luci.git] / themes / openwrt.org-oxygen / htdocs / luci-static / openwrt.org-oxygen / cascade.css
index af75d342301ac963795c372a086e36b6bca864f0..5b5a35747eeaa258ed0db6fd8477bd2471385334 100644 (file)
@@ -858,4 +858,30 @@ td.cbi-value-error {
        font-weight: bold;
 }
 
+
+.zonebadge {
+       padding: 2px;
+       display: inline-block;
+       white-space: nowrap;
+       cursor: pointer;
+}
+
+.zonebadge em,
+.zonebadge strong {
+       margin: 3px;
+       display: inline-block;
+}
+
+.zonebadge input {
+       width: 6em;
+       height: 1.5em;
+}
+
+.zonebadge-empty {
+       border: 1px dashed #AAAAAA;
+       color: #AAAAAA;
+       font-style: italic;
+       font-size: smaller;
+}
+
 }