diff options
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; |