summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org-oxygen/htdocs/luci-static
diff options
context:
space:
mode:
Diffstat (limited to 'themes/openwrt.org-oxygen/htdocs/luci-static')
-rw-r--r--themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
index af75d34230..5b5a35747e 100644
--- a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
+++ b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
@@ -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;
+}
+
}