summaryrefslogtreecommitdiffstats
path: root/src/main/resources/styles
diff options
context:
space:
mode:
authorAndreas Weninger <e01526989@student.tuwien.ac.at>2018-06-11 20:52:34 +0200
committerTharre <tharre3@gmail.com>2018-06-13 19:22:31 +0200
commita461b9e807686fb34cdc98a2bbed6ab3923df823 (patch)
tree7709c099239729be5e9e9ee63640ffe8bba558af /src/main/resources/styles
parent68f25b88054f7dcbc3a4485f305c4da34b3a1027 (diff)
downloadsepm-groupproject-a461b9e807686fb34cdc98a2bbed6ab3923df823.tar.gz
sepm-groupproject-a461b9e807686fb34cdc98a2bbed6ab3923df823.tar.xz
sepm-groupproject-a461b9e807686fb34cdc98a2bbed6ab3923df823.zip
[#27381] UI Changes
Diffstat (limited to 'src/main/resources/styles')
-rw-r--r--src/main/resources/styles/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/styles/main.css b/src/main/resources/styles/main.css
index b567666..db8076a 100644
--- a/src/main/resources/styles/main.css
+++ b/src/main/resources/styles/main.css
@@ -122,6 +122,10 @@
-fx-background-color:transparent;
}
+.scroll-pane .viewport {
+ -fx-background-color: transparent;
+}
+
.scroll-pane .scroll-bar:vertical {
-fx-opacity: 0;
}