use correct height in css [skip ci]

This commit is contained in:
Armin Schrenk
2025-02-11 10:16:15 +01:00
parent a810eff797
commit 5ef666154e
2 changed files with 12 additions and 12 deletions

View File

@@ -183,8 +183,8 @@
}
.main-window .button-bar {
-fx-min-height:44px;
-fx-max-height:44px;
-fx-min-height:42px;
-fx-max-height:42px;
-fx-background-color: MAIN_BG;
-fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
-fx-border-width: 1px 0 0 0;
@@ -195,8 +195,8 @@
-fx-border-width: 0 1px 0 0;
-fx-background-color: MAIN_BG;
-fx-background-radius: 0px;
-fx-min-height: 44px;
-fx-max-height: 44px;
-fx-min-height: 42px;
-fx-max-height: 42px;
}
.main-window .button-bar .button-right {
@@ -204,8 +204,8 @@
-fx-border-width: 0 0 0 1px;
-fx-background-color: MAIN_BG;
-fx-background-radius: 0px;
-fx-min-height: 44px;
-fx-max-height: 44px;
-fx-min-height: 42px;
-fx-max-height: 42px;
}
.main-window .button-bar .button-left:armed {

View File

@@ -182,8 +182,8 @@
}
.main-window .button-bar {
-fx-min-height:44px;
-fx-max-height:44px;
-fx-min-height:42px;
-fx-max-height:42px;
-fx-background-color: MAIN_BG;
-fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
-fx-border-width: 1px 0 0 0;
@@ -194,8 +194,8 @@
-fx-border-width: 0 1px 0 0;
-fx-background-color: MAIN_BG;
-fx-background-radius: 0px;
-fx-min-height: 44px;
-fx-max-height: 44px;
-fx-min-height: 42px;
-fx-max-height: 42px;
}
.main-window .button-bar .button-right {
@@ -203,8 +203,8 @@
-fx-border-width: 0 0 0 1px;
-fx-background-color: MAIN_BG;
-fx-background-radius: 0px;
-fx-min-height: 44px;
-fx-max-height: 44px;
-fx-min-height: 42px;
-fx-max-height: 42px;
}
.main-window .button-bar .button-left:armed {