fix Ox.Fullscreen
This commit is contained in:
parent
7119f14acf
commit
a6d77425bc
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
|||
body.$themeClass,
|
||||
body.$themeClass:fullscreen,
|
||||
body.$themeClass:-moz-full-screen,
|
||||
body.$themeClass {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
body.$themeClass:fullscreen {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
body.$themeClass:-moz-full-screen {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
body.$themeClass:-webkit-full-screen {
|
||||
background-color: $bodyBackground;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue