diff options
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 4a6877fa9..c5ee58fff 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -925,9 +925,19 @@ div.cbi-tab-descr { .ifacebadge { background-color: #FFFFFF; border: 1px solid #CCCCCC; - padding: 2px; + padding: 1px 2px; margin-left: 2px; display: inline-block; + cursor: default; + white-space: nowrap; + font-size: 11px; + border-radius: 3px; +} + +.ifacebadge img { + width: 16px; + height: 16px; + vertical-align: middle; } .ifacebadge-active { |