فهرست منبع

HUE-3354 [editor] Fixed save results modal spinner

Enrico Berti 9 سال پیش
والد
کامیت
e08c8b708e
1فایلهای تغییر یافته به همراه35 افزوده شده و 1 حذف شده
  1. 35 1
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 35 - 1
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -1002,4 +1002,38 @@ h4.header {
   margin-top: -3px;
   margin-left: 15px;
   vertical-align: text-top;
-}
+}
+
+#saveResultsModal .overlay {
+  background: black;
+  opacity: 0.5;
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  left: 0px;
+  bottom: 0px;
+  z-index: 100;
+}
+
+#saveResultsModal .loader {
+  text-align: center;
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  left: 0px;
+  bottom: 0px;
+}
+
+#saveResultsModal i.fa-spinner, #saveResultsModal img.spinner {
+  margin-top: -30px;
+  margin-left: -30px;
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  z-index: 101;
+}
+
+#saveResultsModal i.fa-spinner {
+  font-size: 60px;
+  color: #DDD;
+}