mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 01:09:25 -05:00
refactor: spinner overlay cover entire page
This commit is contained in:
@@ -242,9 +242,9 @@ div.vmtemplate:hover{background-color:#121510}
|
||||
div.vmtemplate{height:12rem;width:12rem;border:1px solid #0c0f0b}
|
||||
div.vmtemplate img{margin-top:20px}
|
||||
div.up{margin-top:-20px;border:1px solid #0c0f0b;padding:4px 6px;overflow:auto}
|
||||
div.spinner{margin:48px auto;text-align:center}
|
||||
div.spinner.fixed{display:none;position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px;z-index:10000;}
|
||||
div.spinner .unraid_mark{height:64px}
|
||||
div.spinner{text-align:center;cursor:not-allowed;}
|
||||
div.spinner.fixed{display:none;position:fixed;top:0;left:0;z-index:99999;bottom:0;right:0;margin:0;background:rgba(255, 255, 255, .15);}
|
||||
div.spinner .unraid_mark{height:64px; position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-64px;}
|
||||
div.spinner .unraid_mark_2,div .unraid_mark_4{animation:mark_2 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_3{animation:mark_3 1.5s ease infinite}
|
||||
div.spinner .unraid_mark_6,div .unraid_mark_8{animation:mark_6 1.5s ease infinite}
|
||||
|
||||
Reference in New Issue
Block a user