aboutsummaryrefslogtreecommitdiff
path: root/src/gui/style.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-06-05 21:53:17 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-06-05 21:53:17 -0400
commit229bd77d401beb005edfca1b3ce387e150ddd21d (patch)
tree220d4de5d1921829089c6b8b32fa221fdfe9c2a0 /src/gui/style.css
parent1709842a9ac8521f18296a79286a6361aa64bcc1 (diff)
downloadNPEhero-229bd77d401beb005edfca1b3ce387e150ddd21d.tar.gz
NPEhero-229bd77d401beb005edfca1b3ce387e150ddd21d.tar.bz2
NPEhero-229bd77d401beb005edfca1b3ce387e150ddd21d.zip
add level priority, fix sfx volume, fix settings file reading
Diffstat (limited to 'src/gui/style.css')
-rw-r--r--src/gui/style.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/gui/style.css b/src/gui/style.css
index 70dd775..09e164e 100644
--- a/src/gui/style.css
+++ b/src/gui/style.css
@@ -73,9 +73,9 @@ TableView {
-fx-background-color: transparent;
-fx-background-radius: 3;
-fx-text-background-color: rgb(255, 255, 255);
- -fx-border-width: 3;
- -fx-border-radius: 5;
- -fx-border-color: transparent;
+ /* -fx-border-width: 3; */
+ /* -fx-border-radius: 5; */
+ /* -fx-border-color: transparent; */
}
.table-row-cell:hover {
@@ -89,7 +89,7 @@ TableView:focused {
TableView:focused .list-cell:focused {
-fx-background-color: rgb(50, 50, 50, 0.5);
- -fx-border-color: rgb(255, 255, 255);
+ /* -fx-border-color: rgb(255, 255, 255); */
}
.table-row-cell:selected {
@@ -99,18 +99,18 @@ TableView:focused .list-cell:focused {
.table-row-cell:pressed {
-fx-background-color: rgb(231, 231, 231);
- -fx-border-color: transparent;
+ /* -fx-border-color: transparent; */
}
.table-row-cell:empty {
-fx-background-color: transparent;
- -fx-border-color: transparent;
+ /* -fx-border-color: transparent; */
-fx-text-background-color: white;
}
.unselectable .table-row-cell{
-fx-background-color: transparent;
- -fx-border-color: transparent;
+ /* -fx-border-color: transparent; */
-fx-text-background-color: white;
}
@@ -197,6 +197,11 @@ Slider:focused .thumb{
-fx-fill: white;
}
+.t11 {
+ -fx-font-size: 50;
+ -fx-fill: black;
+}
+
.t2 {
-fx-font-size: 30;
-fx-fill: white;