luci-theme-openwrt-2020: fix anchor decorations 6802/head
authorStan Grishin <stangri@melmac.ca>
Wed, 3 Jan 2024 07:20:21 +0000 (07:20 +0000)
committerStan Grishin <stangri@melmac.ca>
Sun, 7 Jan 2024 22:18:06 +0000 (22:18 +0000)
* add the decorations for when the links are included in the field descriptions

Thanks @dibdot, @stokito!

Signed-off-by: Stan Grishin <stangri@melmac.ca>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index bf7a7a391dc90f4653093fd5460e3480787b4716..a80a6dd391d16c17a821e8a21a0e12565cd1714f 100644 (file)
@@ -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,