aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-13 19:10:58 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-13 19:10:58 -0600
commitb92a9c1ec9b7e8a39ff098d25dfda517a3338721 (patch)
treee50efbe59a5d87f375142284a0f4ad0ea2d6cc62 /app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css
parent844a94226777e78553726c3d3e3798db7ea7107e (diff)
downloadServerCraft-b92a9c1ec9b7e8a39ff098d25dfda517a3338721.tar
ServerCraft-b92a9c1ec9b7e8a39ff098d25dfda517a3338721.tar.gz
ServerCraft-b92a9c1ec9b7e8a39ff098d25dfda517a3338721.tar.bz2
added about dialog and fixed squished text on stock linux
Diffstat (limited to 'app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css')
-rw-r--r--app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css b/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css
new file mode 100644
index 0000000..023b0c1
--- /dev/null
+++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css
@@ -0,0 +1,5 @@
+.tab-pane>*.tab-header-area>*.tab-header-background {
+ -fx-background-color: "#F4F4F4";
+ -fx-border-color: "#DCDCDC";
+ -fx-border-width: 0 0 1 0
+} \ No newline at end of file