mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +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 {
|
||||
background-color: black;
|
||||
border: 1px solid #222;
|
||||
border-top: none;
|
||||
}
|
||||
.tab:hover,
|
||||
#tab_contents .master_element:hover,
|
||||
|
|
Loading…
Reference in a new issue