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