diff options
Diffstat (limited to 'app/src/main/resources/xyz/brysonsteck/serverfordummies/css')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css | 5 |
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 |