From 1838e39f799c92afef6e5cc70365a2e5fa6652be Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 6 Jun 2023 00:00:09 -0400 Subject: small tweaks --- src/gui/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gui') 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; */ } - -- cgit v1.2.3