From 49cfdbcbd5e18796474f2716f8e49afa7bb9a844 Mon Sep 17 00:00:00 2001 From: Max Mendez Date: Tue, 22 Apr 2014 10:08:32 -0600 Subject: [PATCH] Fix: Inappropriate use of !important rule in style sheet flot.css --- css/flot.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/flot.css b/css/flot.css index cf203cda..57adc9f0 100644 --- a/css/flot.css +++ b/css/flot.css @@ -19,8 +19,8 @@ #recline-flot-tooltip { position: absolute; - background-color: #FEE !important; - color: #000000 !important; - opacity: 0.8 !important; - border: 1px solid #fdd !important; + background-color: #FEE; + color: #000000; + opacity: 0.8; + border: 1px solid #fdd; }