change styling of volume preferences

This commit is contained in:
Armin Schrenk
2023-01-20 17:07:04 +01:00
parent 90408504e2
commit 774d24625c
2 changed files with 14 additions and 4 deletions
+10
View File
@@ -910,3 +910,13 @@
-fx-border-style: solid inside;
-fx-border-width: 1px;
}
/*******************************************************************************
* *
* Separator *
* *
******************************************************************************/
.separator {
-fx-padding: 1px;
-fx-background-color: CONTROL_BORDER_DISABLED;
}