| @@ -47,6 +47,12 @@ body { | |||||||
|   background-color: #fff; |   background-color: #fff; | ||||||
|   color: #000; } |   color: #000; } | ||||||
|  |  | ||||||
|  | html:-webkit-full-screen-ancestor { | ||||||
|  |   background-color: inherit; } | ||||||
|  |  | ||||||
|  | html:-moz-full-screen-ancestor { | ||||||
|  |   background-color: inherit; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * VIEW FRAGMENTS |  * VIEW FRAGMENTS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
| @@ -57,6 +57,15 @@ body { | |||||||
| 	color: #000; | 	color: #000; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | // Ensures that the main background color matches the | ||||||
|  | // theme in fullscreen mode | ||||||
|  | html:-webkit-full-screen-ancestor { | ||||||
|  | 	background-color: inherit; | ||||||
|  | } | ||||||
|  | html:-moz-full-screen-ancestor { | ||||||
|  | 	background-color: inherit; | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * VIEW FRAGMENTS |  * VIEW FRAGMENTS | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user