forked from 0x2620/oxjs
add css rules for fullscreen
This commit is contained in:
parent
aede993d74
commit
985b34ac72
2 changed files with 20 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue