mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
webconfig: Remove tab top border in dark mode
This commit is contained in:
parent
e571902a85
commit
9e46d49dd9
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue