Merge pull request #25 from RS7-SECIOTSRK/dpm
[platform/core/security/suspicious-activity-monitor.git] / tv-widget / ui / utils / loading / loading.css
1 #gif-loading {
2     position: fixed;
3     top: 0;
4     left: 0;
5     width: 100%;
6     height: 100%;
7     background-color: rgba(255, 255, 255, 0.7);
8     background-image: url("/utils/loading/loading.gif");
9     background-position: center center;
10     background-repeat: no-repeat;
11     display: none;
12     z-index: 9999;
13 }
14
15 #gif-loading.active {
16     display: block;
17 }