diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-14 13:44:35 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-14 13:44:35 -0600 |
commit | 13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6 (patch) | |
tree | a2123bcd4e09107e7e1a79428e16c54474940a97 /app/src/main/resources/xyz/brysonsteck/servercraft/css | |
parent | 8fbd006b494ce4c6ab284d9eeab8692195984151 (diff) | |
download | ServerCraft-13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6.tar ServerCraft-13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6.tar.gz ServerCraft-13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6.tar.bz2 |
complete rename to ServerCraft
Diffstat (limited to 'app/src/main/resources/xyz/brysonsteck/servercraft/css')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css b/app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css new file mode 100644 index 0000000..023b0c1 --- /dev/null +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/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 |