themes: add zone badge classes to remaining themes
[project/luci.git] / themes / oxygen / htdocs / luci-static / oxygen / cascade.css
index a297fff79cfa2d46587879413e3811dc6a810faa..28fad1fdbbdd984c55c758c4356f4e5cf1e8c57b 100644 (file)
@@ -726,4 +726,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;
+}
+
 }