From b92a9c1ec9b7e8a39ff098d25dfda517a3338721 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 13 May 2023 19:10:58 -0600 Subject: added about dialog and fixed squished text on stock linux --- .../resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css (limited to 'app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css') 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 -- cgit v1.2.3