diff options
Diffstat (limited to 'themes/freifunk')
-rw-r--r-- | themes/freifunk/htdocs/luci-static/freifunk/cascade.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css index 26e3509fe2..cc84960ca3 100644 --- a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css +++ b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css @@ -851,3 +851,30 @@ 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; +} + |