Fix contrast checker bg color
This commit is contained in:
parent
90a74d8fd5
commit
5b9ac70567
@ -8,8 +8,9 @@
|
|||||||
|
|
||||||
- (Base) Incorrect Notification text width.
|
- (Base) Incorrect Notification text width.
|
||||||
- (CSS) Increased overlay contrast of ModalPane.
|
- (CSS) Increased overlay contrast of ModalPane.
|
||||||
- (Sampler) Music player can't load demo files from jrt.
|
|
||||||
- (Sampler) SceneBuilder installer classpath #42 (thanks to **ennerf**).
|
- (Sampler) SceneBuilder installer classpath #42 (thanks to **ennerf**).
|
||||||
|
- (Sampler) Music player can't load demo files from jrt.
|
||||||
|
- (Sampler) Contrast checker bg color.
|
||||||
|
|
||||||
## [2.0.0] - 2023-06-02
|
## [2.0.0] - 2023-06-02
|
||||||
|
|
||||||
|
@ -124,9 +124,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
-fx-background-color: -color-contrast-checker-bg;
|
|
||||||
-fx-border-width: 0;
|
-fx-border-width: 0;
|
||||||
|
|
||||||
|
> VBox {
|
||||||
|
-fx-background-color: -color-contrast-checker-bg;
|
||||||
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
-fx-text-fill: -color-contrast-checker-fg;
|
-fx-text-fill: -color-contrast-checker-fg;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user