Merge pull request #6802 from stangri/luci-theme-openwrt2020
[project/luci.git] / themes / luci-theme-openwrt-2020 / htdocs / luci-static / openwrt2020 / cascade.css
index 4853ea7497eb489cf7e22a9e577bac03bfa1d601..e56f6c7302cb419d0125d2fa87f464eef79a35e3 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,