diff options
author | zxjordan <zxjordan5@gmail.com> | 2023-06-05 22:48:07 -0400 |
---|---|---|
committer | zxjordan <zxjordan5@gmail.com> | 2023-06-05 22:48:07 -0400 |
commit | 144b9e9a16272da2a7cdde01b16dfb83f5353b07 (patch) | |
tree | c9876abbe02ee74d68d75e827d9a26da7495e941 /src/gui/style.css | |
parent | 85037099c9ff60d55501c0ff9a70ccfaccbb95f2 (diff) | |
parent | 5f6b84a1d3a4cf1936e7d495d03400ce5c7478f6 (diff) | |
download | NPEhero-144b9e9a16272da2a7cdde01b16dfb83f5353b07.tar.gz NPEhero-144b9e9a16272da2a7cdde01b16dfb83f5353b07.tar.bz2 NPEhero-144b9e9a16272da2a7cdde01b16dfb83f5353b07.zip |
Merge branch 'main' of https://gitlab.sowgro.net/npeinc/npehero
Diffstat (limited to 'src/gui/style.css')
-rw-r--r-- | src/gui/style.css | 19 |
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; |