summaryrefslogtreecommitdiffstats
path: root/webapp/src/assets
diff options
context:
space:
mode:
authorUdo Walter2019-03-03 04:46:52 +0100
committerUdo Walter2019-03-03 04:46:52 +0100
commit103f7ebcad42bbd30bbf3d469ea31ba7515f24ff (patch)
treecb338755a231f23b19227073fe9c663411f2856c /webapp/src/assets
parent[webapp] add single select to selectbox; eslint fix (diff)
downloadbas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.tar.gz
bas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.tar.xz
bas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.zip
[webapp] add option to disable all animations
Diffstat (limited to 'webapp/src/assets')
-rw-r--r--webapp/src/assets/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/src/assets/styles.css b/webapp/src/assets/styles.css
index 6241649..77222e1 100644
--- a/webapp/src/assets/styles.css
+++ b/webapp/src/assets/styles.css
@@ -14,6 +14,11 @@ html {
user-drag: none;
}
+.no-animations *, .no-animations :before, .no-animations :after {
+ transition-property: none !important;
+ animation: none !important;
+}
+
::-webkit-scrollbar {
width: 6px;
height: 6px;