forked from 0x2620/oxjs
add Ox.LoadingScreen and Ox.ImageElement, update CSS
This commit is contained in:
parent
a34c8b5b11
commit
0d784b3dc4
8 changed files with 139 additions and 0 deletions
|
|
@ -2691,6 +2691,17 @@ Miscellaneous
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.OxLoadingScreen {
|
||||
position: absolute;
|
||||
}
|
||||
.OxLoadingScreen > div {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
.OxLoadingScreen > div > div {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.OxSpecialLink {
|
||||
padding: 0 2px 0 2px;
|
||||
border-radius: 2px;
|
||||
|
|
|
|||
|
|
@ -1155,6 +1155,12 @@ Miscellaneous
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.$themeClass .OxImageElement > .OxLoadingScreen {
|
||||
background-image: -moz-linear-gradient(top, $imageLoadingGradient);
|
||||
background-image: -o-linear-gradient(top, $imageLoadingGradient);
|
||||
background-image: -webkit-linear-gradient(top, $imageLoadingGradient);
|
||||
}
|
||||
|
||||
.$themeClass .OxSelectableElement {
|
||||
background-image: -moz-linear-gradient(top, $listItemGradient);
|
||||
background-image: -o-linear-gradient(top, $listItemGradient);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue