mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-16 20:26:02 +00:00
changed mainWindow StageStyle to UNDECORATED
removed main_window_title area moved main_window_resize functions to MainWindowController put add vault button under the vault list and wrapped both in a ScrollPane bound vault list height properties to amount of entries and width to scroll pane width add listener to scroll down after adding a vault moved preferences button under vault list new style classes for new elements changed wording
This commit is contained in:
@@ -341,6 +341,27 @@
|
||||
-fx-background-color: CONTROL_BG_ARMED;
|
||||
}
|
||||
|
||||
.vault-list-box {
|
||||
-fx-background-color: CONTROL_BG_NORMAL;
|
||||
}
|
||||
|
||||
.add-vault-btn {
|
||||
-fx-background-color: CONTROL_BG_NORMAL;
|
||||
}
|
||||
.add-vault-btn .icon {
|
||||
-fx-fill: TEXT_FILL_MUTED;
|
||||
}
|
||||
.add-vault-btn-label {
|
||||
-fx-font-family: 'Open Sans SemiBold';
|
||||
-fx-font-size: 1.0em;
|
||||
}
|
||||
|
||||
.preferences-btn {
|
||||
-fx-background-color: MAIN_BG;
|
||||
-fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
|
||||
-fx-border-width: 1px 0 0 0;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* ScrollBar *
|
||||
|
||||
@@ -340,6 +340,26 @@
|
||||
-fx-background-color: CONTROL_BG_ARMED;
|
||||
}
|
||||
|
||||
.vault-list-box {
|
||||
-fx-background-color: CONTROL_BG_NORMAL;
|
||||
}
|
||||
|
||||
.add-vault-btn {
|
||||
-fx-background-color: CONTROL_BG_NORMAL;
|
||||
}
|
||||
.add-vault-btn .icon {
|
||||
-fx-fill: GRAY_4;
|
||||
}
|
||||
.add-vault-btn-label {
|
||||
-fx-font-family: 'Open Sans SemiBold';
|
||||
-fx-font-size: 1.0em;
|
||||
}
|
||||
|
||||
.preferences-btn {
|
||||
-fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
|
||||
-fx-border-width: 1px 0 0 0;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* ScrollBar *
|
||||
|
||||
Reference in New Issue
Block a user