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 {
background-color: black;
border: 1px solid #222;
border-top: none;
}
.tab:hover,
#tab_contents .master_element:hover,