2019-04-16 18:00:06 +02:00
|
|
|
.imageViewerLoadingIndicator {
|
2019-06-21 05:17:07 +02:00
|
|
|
color: #91b9cd;
|
2019-04-16 18:00:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loadingIndicator {
|
2019-10-18 11:43:23 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
|
font-size: 8px;
|
|
|
|
|
height: 20%;
|
2019-04-16 18:00:06 +02:00
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
2019-10-18 11:43:23 +02:00
|
|
|
/* Necessary for click-through to vtkjs element below */
|
2019-04-16 18:00:06 +02:00
|
|
|
pointer-events: none;
|
|
|
|
|
}
|