added a page loading overlay
This commit is contained in:
parent
e93e200a1d
commit
f163b7ba6e
3 changed files with 67 additions and 37 deletions
|
@ -57,6 +57,15 @@
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
#cb-loading-overlay {
|
||||
z-index: 100;
|
||||
opacity: 0.8;
|
||||
background: #000 url("../img/loading.gif") no-repeat center;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#cb-toolbar {
|
||||
top: 0;
|
||||
border-bottom: 2px solid #444;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue