forked from 0x2620/oxjs
adding loading icon
This commit is contained in:
parent
96b29f0c19
commit
b74c5bee15
4 changed files with 103 additions and 18 deletions
|
|
@ -651,3 +651,18 @@ Panels
|
|||
bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Requests
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxLoadingIcon {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.OxLoadingIcon.OxMedium {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue