1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 10:30:15 +02:00

[fix] make selected tabs not change wifth anymore compared to not being selected

This commit is contained in:
MrPaulBlack 2021-09-24 20:16:24 +02:00 committed by Markus Heiser
parent b046322c7b
commit 88c17d106d

View File

@ -301,8 +301,6 @@ html body .tabs > input:checked {
border-bottom: 2px solid @color-categories-item-border-selected; border-bottom: 2px solid @color-categories-item-border-selected;
background: @color-categories-item-selected; background: @color-categories-item-selected;
color: @color-categories-item-selected-font; color: @color-categories-item-selected-font;
font-weight: bold;
letter-spacing: -0.1px;
} }
+ label + section { + label + section {