diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 11 | ||||
-rw-r--r-- | themes/luci-theme-material/Makefile | 2 | ||||
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 11 | ||||
-rw-r--r-- | themes/luci-theme-openwrt-2020/Makefile | 2 | ||||
-rw-r--r-- | themes/luci-theme-openwrt/Makefile | 2 |
5 files changed, 12 insertions, 16 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index af0a33e6c0..f5dacfe6d9 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2567,17 +2567,18 @@ div.cbi-value var.cbi-tooltip-container, max-width: none; } +[data-darkmode="true"] [data-page="admin-status-channel_analysis"] #view> div > div > div > div > div[style], [data-darkmode="true"] [data-page="admin-status-realtime-load"] #view > div[style], [data-darkmode="true"] [data-page="admin-status-realtime-bandwidth"] #view > div > div > div > div[style], -[data-darkmode="true"] [data-page="admin-status-realtime-connections"] #view > div[style], -[data-darkmode="true"] [data-page="admin-status-channel_analysis"] #view> div >div > div > div > div[style], -[data-darkmode="true"] [data-page="admin-status-realtime-wireless"] #view > div > div > div > div[style] { +[data-darkmode="true"] [data-page="admin-status-realtime-wireless"] #view > div > div > div > div[style], +[data-darkmode="true"] [data-page="admin-status-realtime-connections"] #view > div[style] { background-color: var(--background-color-high)!important; } +[data-darkmode="true"] [data-page="admin-status-channel_analysis"] #view> div > div > div > div > div > svg > line[style], [data-darkmode="true"] [data-page="admin-status-realtime-load"] #view > div > svg > line[style], [data-darkmode="true"] [data-page="admin-status-realtime-bandwidth"] #view > div > div > div > div > svg > line[style], -[data-darkmode="true"] [data-page="admin-status-realtime-connections"] #view > div > svg > line[style], -[data-darkmode="true"] [data-page="admin-status-realtime-wireless"] #view > div > svg > line[style] { +[data-darkmode="true"] [data-page="admin-status-realtime-wireless"] #view > div > div > div > div > svg > line[style], +[data-darkmode="true"] [data-page="admin-status-realtime-connections"] #view > div > svg > line[style] { stroke: #fff!important; } diff --git a/themes/luci-theme-material/Makefile b/themes/luci-theme-material/Makefile index 67bc45463b..8e2ca6f790 100644 --- a/themes/luci-theme-material/Makefile +++ b/themes/luci-theme-material/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Material Theme LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 + define Package/luci-theme-material/postrm #!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index b2eb0602eb..0e47c66129 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -2474,19 +2474,8 @@ input[name="nslookup"] { } .commandbox code { - position: absolute; - overflow: hidden; - max-width: 60%; margin-left: 4px; padding: 2px 3px; - white-space: nowrap; - text-overflow: ellipsis; -} - -.commandbox code:hover { - overflow-y: auto; - max-height: 50px; - white-space: normal; } .commandbox p:first-of-type { diff --git a/themes/luci-theme-openwrt-2020/Makefile b/themes/luci-theme-openwrt-2020/Makefile index 792c55fad8..3fab013672 100644 --- a/themes/luci-theme-openwrt-2020/Makefile +++ b/themes/luci-theme-openwrt-2020/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI modern OpenWrt theme LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 + define Package/luci-theme-openwrt-2020/postrm #!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { diff --git a/themes/luci-theme-openwrt/Makefile b/themes/luci-theme-openwrt/Makefile index 4d707b90e1..f61ce4a98e 100644 --- a/themes/luci-theme-openwrt/Makefile +++ b/themes/luci-theme-openwrt/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI OpenWrt.org theme LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 + define Package/luci-theme-openwrt/postrm #!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { |