luci-theme-openwrt-2020: fix anchor decorations 6826/head
authorStan Grishin <stangri@melmac.ca>
Wed, 3 Jan 2024 07:20:21 +0000 (07:20 +0000)
committerStan Grishin <stangri@melmac.ca>
Thu, 11 Jan 2024 02:27:43 +0000 (02:27 +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>
(cherry picked from commit 525c5da356da2c642cd2ebea83a4e303e666c04f)

themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index ff3b909178b517656ffb15cfbfeec39d38bc4d86..264502fbb15d54360481c934b8ec9573fd392436 100644 (file)
@@ -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,