diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-18 08:51:31 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-18 08:51:31 -0400 |
commit | fe9794bdc8270b43ed5ae847d65ea2a2eecd4a79 (patch) | |
tree | 6417e66b2de9f67647ae9e0d6b853858da466275 /src/gui/style.css | |
parent | bbad14a33c614ac3480c599dd72a06e14a86295c (diff) | |
download | NPEhero-fe9794bdc8270b43ed5ae847d65ea2a2eecd4a79.tar.gz NPEhero-fe9794bdc8270b43ed5ae847d65ea2a2eecd4a79.tar.bz2 NPEhero-fe9794bdc8270b43ed5ae847d65ea2a2eecd4a79.zip |
fix resizing and the bottom being too long
Diffstat (limited to 'src/gui/style.css')
-rw-r--r-- | src/gui/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/style.css b/src/gui/style.css index 16db327..1e2dfcc 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -88,4 +88,12 @@ Slider:focused .thumb{ -fx-background-radius: 5; -fx-background-color: rgba(0, 0, 0, 0.5); -fx-text-fill: white; +} + +.debug { + -fx-background-radius: 5; + -fx-background-color: rgba(255, 0, 0, 0.281); + -fx-border-color: red; + -fx-text-fill: white; + -fx-border-width: 20; }
\ No newline at end of file |