fix Ox.Fullscreen

This commit is contained in:
rolux 2013-02-10 20:56:37 +05:30
parent 4c45d71f5b
commit 7119f14acf

View file

@ -1,4 +1,7 @@
body.$themeClass { body.$themeClass,
body.$themeClass:fullscreen,
body.$themeClass:-moz-full-screen,
body.$themeClass:-webkit-full-screen {
background-color: $bodyBackground; background-color: $bodyBackground;
} }
.$themeClass a { .$themeClass a {