From bcd435a131c9720bf5bd78aecde3e7daff1fd5b3 Mon Sep 17 00:00:00 2001 From: Daniel Hug Date: Wed, 3 Jun 2015 15:07:46 -0700 Subject: [PATCH] add browser prefixes to box-shadow: none; --- public/res/styles/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/res/styles/main.less b/public/res/styles/main.less index 6bb1d119..b1600455 100644 --- a/public/res/styles/main.less +++ b/public/res/styles/main.less @@ -1631,7 +1631,7 @@ div.jGrowl { @media print { * { - box-shadow: none !important; + .box-shadow(none) !important; } html, body {