From 47ae8fefcece6b64ef351048ec5d237a908a93ed Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Mon, 20 Oct 2014 01:23:06 +0200 Subject: [PATCH] Added vendor prefixes --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 50fe7936..224c98e4 100755 --- a/static/style.css +++ b/static/style.css @@ -29,6 +29,10 @@ body{background:#000; margin:0;} background-position: center center; background-color: #000; -webkit-filter: blur(50px) brightness(0.8); + -moz-filter:blur(50px) brightness(0.8); + -ms-filter:blur(50px) brightness(0.8); + -o-filter: blur(50px) brightness(0.8); + filter: blur(50px) brightness(0.8); position: absolute; top: 40px; left: 0;