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 {
|
body.OxThemeClassic {
|
||||||
background: rgb(240, 240, 240);
|
background: rgb(240, 240, 240);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
/* fixme: it wouldn't hurt if focus was blue */
|
/* fixme: it wouldn't hurt if focus was blue */
|
||||||
|
|
||||||
|
html:fullscreen {
|
||||||
|
background: rgb(16, 16, 16);
|
||||||
|
}
|
||||||
|
html:-moz-full-screen {
|
||||||
|
background: rgb(16, 16, 16);
|
||||||
|
}
|
||||||
|
html:-webkit-full-screen {
|
||||||
|
background: rgb(16, 16, 16);
|
||||||
|
}
|
||||||
|
|
||||||
body.OxThemeModern {
|
body.OxThemeModern {
|
||||||
background: rgb(16, 16, 16);
|
background: rgb(16, 16, 16);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue