forked from 0x2620/oxjs
handle setting css of image element, add image loading gradient css for dialogs
This commit is contained in:
parent
0d784b3dc4
commit
6c29a1c5cd
6 changed files with 17 additions and 1 deletions
|
|
@ -1160,6 +1160,11 @@ Miscellaneous
|
|||
background-image: -o-linear-gradient(top, $imageLoadingGradient);
|
||||
background-image: -webkit-linear-gradient(top, $imageLoadingGradient);
|
||||
}
|
||||
.$themeClass .OxDialog .OxImageElement > .OxLoadingScreen {
|
||||
background-image: -moz-linear-gradient(top, $dialogImageLoadingGradient);
|
||||
background-image: -o-linear-gradient(top, $dialogImageLoadingGradient);
|
||||
background-image: -webkit-linear-gradient(top, $dialogImageLoadingGradient);
|
||||
}
|
||||
|
||||
.$themeClass .OxSelectableElement {
|
||||
background-image: -moz-linear-gradient(top, $listItemGradient);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue