From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../PACE/themes/blue/pace-theme-minimal.css | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/bower_components/PACE/themes/blue/pace-theme-minimal.css (limited to 'public/bower_components/PACE/themes/blue/pace-theme-minimal.css') diff --git a/public/bower_components/PACE/themes/blue/pace-theme-minimal.css b/public/bower_components/PACE/themes/blue/pace-theme-minimal.css new file mode 100644 index 0000000..a344a19 --- /dev/null +++ b/public/bower_components/PACE/themes/blue/pace-theme-minimal.css @@ -0,0 +1,23 @@ +/* This is a compiled file, you should be editing the file in the templates directory */ +.pace { + -webkit-pointer-events: none; + pointer-events: none; + + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + +.pace-inactive { + display: none; +} + +.pace .pace-progress { + background: #2299dd; + position: fixed; + z-index: 2000; + top: 0; + right: 100%; + width: 100%; + height: 2px; +} -- cgit v1.2.3