Revert "fix theme backgrounds in firefox fullscreen mode #1386"
This reverts commit b7e0d9b1c7.
This commit is contained in:
parent
b7e0d9b1c7
commit
ce777e4c4b
14 changed files with 15 additions and 135 deletions
|
|
@ -47,6 +47,12 @@ body {
|
|||
background-color: #fff;
|
||||
color: #000; }
|
||||
|
||||
html:-webkit-full-screen-ancestor {
|
||||
background-color: inherit; }
|
||||
|
||||
html:-moz-full-screen-ancestor {
|
||||
background-color: inherit; }
|
||||
|
||||
/*********************************************
|
||||
* VIEW FRAGMENTS
|
||||
*********************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue