summaryrefslogtreecommitdiff
path: root/src/main/webapp/css/show_coverage.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/css/show_coverage.css')
-rw-r--r--src/main/webapp/css/show_coverage.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/webapp/css/show_coverage.css b/src/main/webapp/css/show_coverage.css
index ee6d7b4..7178ec3 100644
--- a/src/main/webapp/css/show_coverage.css
+++ b/src/main/webapp/css/show_coverage.css
@@ -100,3 +100,18 @@ td {
margin-top: -25px;
padding-left: 45px;
}
+
+.loader-background {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background-color: #000;
+
+ position: fixed;
+ z-index: 100;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ opacity: 0.5;
+} \ No newline at end of file