1
0
Fork 0
forked from 0x2620/oxjs

fix Ox.Fullscreen

This commit is contained in:
rolux 2013-02-10 20:50:28 +05:30
commit 4c45d71f5b
2 changed files with 15 additions and 22 deletions

View file

@ -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;
}