mirror of https://github.com/apache/cloudstack.git
Add loading overlay to detail view
This commit is contained in:
parent
ce88d34c42
commit
63335cfd50
|
|
@ -48,6 +48,15 @@ html, body {
|
|||
}
|
||||
}
|
||||
|
||||
.loading-overlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background: white url(../images/ajax-loader.gif) no-repeat center;
|
||||
z-index: 10000;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
// Sub-components
|
||||
@import "login";
|
||||
@import "button";
|
||||
|
|
|
|||
Loading…
Reference in New Issue