improving loading icon
This commit is contained in:
parent
b74c5bee15
commit
4f2dc7dd53
2 changed files with 29 additions and 13 deletions
|
|
@ -660,9 +660,19 @@ Requests
|
|||
|
||||
.OxLoadingIcon {
|
||||
opacity: 0;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.OxLoadingIcon.OxLarge {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.OxLoadingIcon.OxMedium {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.OxLoadingIcon.OxSmall {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue