summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-openwrt-2020')
-rw-r--r--themes/luci-theme-openwrt-2020/Makefile2
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/luci-theme-openwrt-2020/Makefile b/themes/luci-theme-openwrt-2020/Makefile
index 8b0c1a93a5..792c55fad8 100644
--- a/themes/luci-theme-openwrt-2020/Makefile
+++ b/themes/luci-theme-openwrt-2020/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI modern OpenWrt theme
-LUCI_DEPENDS:=
+LUCI_DEPENDS:=+luci-base
define Package/luci-theme-openwrt-2020/postrm
#!/bin/sh
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
index e56f6c7302..277af225f6 100644
--- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
+++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
@@ -1365,7 +1365,8 @@ textarea {
color: var(--secondary-bright-color);
}
-.cbi-dropdown[open] > ul.dropdown > li.focus {
+.cbi-dropdown[open] > ul.dropdown > li.focus,
+.cbi-dropdown[open] > ul.dropdown > li:hover {
background: var(--main-bright-color);
}