Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-08 18:04:37 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-16 08:39:43 +0300
commitcbabe3e63c4f6565b839e541943333ace60d3884 (patch)
tree3a060d8b790da7cb54d28e1f539eefb96ffd6fc4 /css
parent1690c24d9ff7fd99fd2c715c390f56a4fe687766 (diff)
Simplify loading and just use the jquery widget for the guest name
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 828452af..abf502aa 100644
--- a/css/style.css
+++ b/css/style.css
@@ -128,11 +128,18 @@ body {
position: absolute;
width:100%;
z-index: 500;
- background-color: #ddd !important;
top: 0px;
bottom: 0;
}
+#loadingContainer.icon-loading {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ z-index: 600;
+ background-color: var(--color-main-background);
+}
+
#revViewerContainer{
position: absolute;
width: 100%;