themes: add zone badge classes to remaining themes
[project/luci.git] / themes / fledermaus / htdocs / luci-static / fledermaus / cascade.css
index 18b7f1c..458f818 100644 (file)
@@ -735,3 +735,29 @@ div.cbi-tab-descr {
        border-color: #000000;
        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;
+}