From b37db0c64117b05e663d001f9c8977006604ad17 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 3 Jan 2024 07:20:21 +0000 Subject: [PATCH] luci-theme-openwrt-2020: fix anchor decorations * add the decorations for when the links are included in the field descriptions Thanks @dibdot, @stokito! Signed-off-by: Stan Grishin (cherry picked from commit 525c5da356da2c642cd2ebea83a4e303e666c04f) --- .../htdocs/luci-static/openwrt2020/cascade.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ff3b909178..264502fbb1 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 @@ -1128,6 +1128,19 @@ textarea { padding: .2em 0; } +.cbi-map-descr a, +.cbi-value-description a { + color: var(--main-bright-color); + text-decoration: none; + outline: 0; +} +.cbi-map-descr a:hover, +.cbi-value-description a:hover { + color: var(--main-bright-color); + text-decoration: underline; + outline: 0; +} + .cbi-map-descr, .cbi-tab-descr, .cbi-section-descr, -- 2.30.2