SAAS-1039 - add processing overlay to listener stats screen
This commit is contained in:
parent
3e29ecad79
commit
c45f1ddd1c
2 changed files with 20 additions and 2 deletions
|
@ -3738,6 +3738,12 @@ button.btn-icon-text > i.icon-white {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
#flot_placeholder.processing {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.dashboard-btn {
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue