Merge pull request #6802 from stangri/luci-theme-openwrt2020
luci-theme-openwrt-2020: fix anchor decorations
This commit is contained in:
commit
4433701463
1 changed files with 13 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue