From 7119f14acf6ac732cd005eea690b228fedabc3bd Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 10 Feb 2013 20:56:37 +0530 Subject: [PATCH] fix Ox.Fullscreen --- source/Ox.UI/css/theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 7abdf260..1f1a08a4 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1,4 +1,7 @@ -body.$themeClass { +body.$themeClass, +body.$themeClass:fullscreen, +body.$themeClass:-moz-full-screen, +body.$themeClass:-webkit-full-screen { background-color: $bodyBackground; } .$themeClass a {