1
0
Fork 0
forked from 0x2620/oxjs

add css rules for fullscreen

This commit is contained in:
rlx 2012-11-01 14:55:56 +00:00
commit 985b34ac72
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,13 @@
html:fullscreen {
background: rgb(240, 240, 240);
}
html:-moz-full-screen {
background: rgb(240, 240, 240);
}
html:-webkit-full-screen {
background: rgb(240, 240, 240);
}
body.OxThemeClassic {
background: rgb(240, 240, 240);
}