diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-01-10 19:27:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 19:27:06 -0700 |
commit | 4433701463876fd8fefef9659dcd7b7aa18ede03 (patch) | |
tree | 4941590ff80fbb1e27735a301d64648b28d8fd76 /themes/luci-theme-openwrt-2020/htdocs | |
parent | 6a12407540e346e2ec374420d0e9338a0691c676 (diff) | |
parent | 525c5da356da2c642cd2ebea83a4e303e666c04f (diff) |
Merge pull request #6802 from stangri/luci-theme-openwrt2020
luci-theme-openwrt-2020: fix anchor decorations
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 4853ea7497..e56f6c7302 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 @@ -1123,6 +1123,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, |