Small fixes

This commit is contained in:
crschnick 2024-09-30 14:56:06 +00:00
parent b5fe5589d3
commit da2f740e20
3 changed files with 5 additions and 10 deletions

View file

@ -86,7 +86,6 @@ open module io.xpipe.app {
// Required runtime modules
requires jdk.charsets;
requires jdk.crypto.cryptoki;
requires jdk.crypto.ec;
requires jdk.localedata;
requires jdk.accessibility;
requires org.kordamp.ikonli.material2;

View file

@ -34,7 +34,7 @@
.root:pretty:light .color-box.blue {
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(130, 130, 250, 0.08) 40%, rgb(57, 57, 200, 0.08) 50%, rgb(137, 137, 250, 0.08) 100%);
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(170, 130, 250, 0.08) 40%, rgb(87, 57, 200, 0.08) 50%, rgb(167, 137, 250, 0.08) 100%);
-fx-border-color: rgba(80, 100, 150, 0.6);
}
@ -48,7 +48,7 @@
}
.root:pretty:dark .color-box.blue {
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(30, 30, 80, 0.8) 40%, rgb(27, 27, 65, 0.8) 50%, rgb(37, 37, 100, 0.8) 100%);
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(30, 30, 80, 0.8) 40%, rgb(27, 27, 65, 0.8) 50%, rgb(50, 37, 100, 0.8) 100%);
-fx-border-color: rgba(80, 100, 150, 0.7);
}
@ -77,7 +77,7 @@
}
.root:pretty:dark .color-box.red {
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(80, 30, 30, 0.4) 40%, rgb(65, 27, 27, 0.4) 50%, rgb(100, 37, 37, 0.4) 100%);
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(80, 30, 40, 0.4) 40%, rgb(65, 30, 43, 0.4) 50%, rgb(100, 37, 57, 0.4) 100%);
-fx-border-color: rgba(150, 100, 80, 0.4);
}
@ -106,7 +106,7 @@
}
.root:pretty:dark .color-box.yellow {
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(80, 80, 30, 0.4) 40%, rgb(65, 65, 27, 0.4) 50%, rgb(100, 100, 37, 0.4) 100%);
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(80, 80, 60, 0.4) 40%, rgb(65, 65, 57, 0.4) 50%, rgb(100, 100, 67, 0.4) 100%);
-fx-border-color: rgba(150, 150, 80, 0.4);
}
@ -135,7 +135,7 @@
}
.root:pretty:dark .color-box.green {
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(30, 80, 30, 0.3) 40%, rgb(20, 60, 20, 0.3) 50%, rgb(37, 100, 37, 0.3) 100%);
-fx-background-color: linear-gradient(from 100% 0% to 0% 100%, rgb(30, 80, 60, 0.3) 40%, rgb(20, 60, 50, 0.3) 50%, rgb(37, 100, 57, 0.3) 100%);
-fx-border-color: rgba(100, 190, 80, 0.3);
}

View file

@ -105,10 +105,6 @@
-fx-font-smoothing-type: lcd;
}
.root:macos .text {
-fx-font-smoothing-type: lcd;
}
.radio-button {
-fx-background-color: transparent;
}