summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2024-01-03 07:20:21 +0000
committerStan Grishin <stangri@melmac.ca>2024-01-07 22:18:06 +0000
commit525c5da356da2c642cd2ebea83a4e303e666c04f (patch)
treefbade574183be5c7c46186de7bd87f3d6c621681 /themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
parentec2b43a8f1e874329bc982bed0ceb16fa9c0e8a1 (diff)
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 <stangri@melmac.ca>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css')
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css13
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 bf7a7a391d..a80a6dd391 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,