Style fixes

This commit is contained in:
crschnick
2025-03-09 00:07:56 +00:00
parent 04f17c6978
commit 98a7a9ae0e
2 changed files with 6 additions and 2 deletions

View File

@@ -32,3 +32,7 @@
.options-comp .titled-pane > .title {
-fx-padding: 8 20 8 10;
}
.options-comp .titled-pane > .title .text {
-fx-font-size: 0.95em;
}

View File

@@ -2,10 +2,10 @@
-fx-background-color: transparent;
}
.titled-pane {
.third-party-dependency-list-comp .titled-pane {
-fx-background-radius: 5;
}
.titled-pane .content {
.third-party-dependency-list-comp .titled-pane .content {
-fx-padding: 4;
}