From 82b04df0859ac562550f4881642b333b709ef5a4 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 3 Feb 2012 20:48:47 +0100 Subject: [PATCH] overwrite existing bg --- static/css/pad.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 6a5ff902..b877bad8 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1292,9 +1292,9 @@ label { } .selected { - background: #eee; - background: -webkit-linear-gradient(#EEE, #F0F0F0); - background: -moz-linear-gradient(#EEE, #F0F0F0); - background: -ms-linear-gradient(#EEE, #F0F0F0); - background: -o-linear-gradient(#EEE, #F0F0F0); + background: #eee !important; + background: -webkit-linear-gradient(#EEE, #F0F0F0) !important; + background: -moz-linear-gradient(#EEE, #F0F0F0) !important; + background: -ms-linear-gradient(#EEE, #F0F0F0) !important; + background: -o-linear-gradient(#EEE, #F0F0F0) !important; }