fix home screen reflection
This commit is contained in:
parent
7abc26fd0d
commit
6696eb2b43
1 changed files with 2 additions and 2 deletions
|
@ -680,8 +680,8 @@ Miscellaneous
|
|||
}
|
||||
.OxThemeModern .OxScreen .OxReflection {
|
||||
background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
|
||||
background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
|
||||
background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
|
||||
background-image: -o-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
|
||||
background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue