forked from 0x2620/oxjs
fix Ox.Fullscreen
This commit is contained in:
parent
32a10a7d69
commit
4c45d71f5b
2 changed files with 15 additions and 22 deletions
|
|
@ -1,13 +1,3 @@
|
|||
html:fullscreen {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
html:-moz-full-screen {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
html:-webkit-full-screen {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
|
||||
body.$themeClass {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue