summaryrefslogtreecommitdiffstats
path: root/install/ui/less/widgets.less
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/less/widgets.less')
-rw-r--r--install/ui/less/widgets.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less
index 9ee79b9cb..616db9bc5 100644
--- a/install/ui/less/widgets.less
+++ b/install/ui/less/widgets.less
@@ -143,6 +143,20 @@
}
}
+// Working widget
+
+.working-widget {
+ position: absolute;
+ display: none;
+ justify-content: center;
+ width: 100%;
+ height: 100%;
+ .spinner {
+ align-self: center;
+ }
+}
+
+
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=409254
tbody:empty { display: none; }