1
0
Fork 0
forked from 0x2620/oxjs

get rid of black background in chrome fullscreen mode; dont update url in fullscreen mode, fixes #1910

This commit is contained in:
j 2013-10-25 13:49:14 +00:00
commit 19ae3c591a
2 changed files with 5 additions and 3 deletions

View file

@ -12,6 +12,8 @@ body.$themeClass:-ms-full-screen {
}
body.$themeClass:-webkit-full-screen {
background-color: $bodyBackground;
width: 100%;
height: 100%;
}
.$themeClass a,
.$themeClass .OxLink {