diff options
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; */  } -  | 
