webconfig: Remove tab top border in dark mode

This commit is contained in:
Fabian Homborg 2021-06-10 21:26:03 +02:00
parent e571902a85
commit 9e46d49dd9

View file

@ -657,6 +657,7 @@ img.delete_icon {
.tab { .tab {
background-color: black; background-color: black;
border: 1px solid #222; border: 1px solid #222;
border-top: none;
} }
.tab:hover, .tab:hover,
#tab_contents .master_element:hover, #tab_contents .master_element:hover,