Style fixes [stage]

This commit is contained in:
crschnick 2024-06-20 02:14:57 +00:00
parent 1611ed2743
commit 05bb34eef5
2 changed files with 9 additions and 1 deletions

View file

@ -169,6 +169,14 @@
visibility: hidden;
}
.browser .tab-header-area {
-fx-background-color: -color-bg-inset;
}
.root:seamless-frame .browser .tab-header-area {
-fx-background-radius: 0 10 0 0;
}
.browser .table-view {
-fx-border-width: 0;
}

View file

@ -1 +1 @@
10.0-13
10.0-14