diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-06-06 00:00:09 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-06-06 00:00:09 -0400 |
commit | 1838e39f799c92afef6e5cc70365a2e5fa6652be (patch) | |
tree | 3d819605da26f375c4771e8d66d024ce29e55d1f /src/gui/style.css | |
parent | 6a3711002ece8756759c7b661722e957fb9e3eee (diff) | |
download | NPEhero-1838e39f799c92afef6e5cc70365a2e5fa6652be.tar.gz NPEhero-1838e39f799c92afef6e5cc70365a2e5fa6652be.tar.bz2 NPEhero-1838e39f799c92afef6e5cc70365a2e5fa6652be.zip |
small tweaks
Diffstat (limited to '')
-rw-r--r-- | src/gui/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/style.css b/src/gui/style.css index 09e164e..dd1de55 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -92,6 +92,11 @@ TableView:focused .list-cell:focused { /* -fx-border-color: rgb(255, 255, 255); */ } +.table-view .corner { + -fx-background-color: transparent; + -fx-border-color: transparent; +} + .table-row-cell:selected { -fx-background-color: rgb(255, 255, 255); -fx-text-background-color: rgb(0, 0, 0); @@ -229,4 +234,3 @@ Slider:focused .thumb{ /* -fx-border-width: 20; */ } - |