Style fixes

This commit is contained in:
crschnick 2024-06-23 23:21:25 +00:00
parent 140040468a
commit dbdcd590ad
2 changed files with 6 additions and 7 deletions

View file

@ -28,8 +28,8 @@
.bookmarks-container {
-fx-background-color: -color-border-default, -color-bg-default;
-fx-background-radius: 4 0 0 4;
-fx-background-insets: 0 8 0 8, 1 9 1 9;
-fx-padding: 1 1 1 9;
-fx-background-insets: 0 8 8 8, 1 9 9 9;
-fx-padding: 1 1 9 9;
}
.bookmarks-header {

View file

@ -12,7 +12,7 @@
}
.transfer {
-fx-padding: 8px;
-fx-padding: 0 8 8 8;
}
.transfer > * {
@ -42,13 +42,12 @@
}
.browser .welcome {
-fx-border-color: -color-border-default, -color-bg-inset;
-fx-border-width: 2.70em 0 0 0, 2.65em 0 0 0;
-fx-background-color: -color-bg-inset, -color-border-default, -color-bg-default;
-fx-background-insets: 0, 2.65em 0 0 0, 2.70em 0 0 0;
}
.root:seamless-frame .browser .welcome {
-fx-background-radius: 0 10 0 0;
-fx-border-radius: 0 10 0 0;
-fx-background-radius: 0 10 0 0, 0, 0;
}
.browser .welcome .button:hover {