Fix: Inappropriate use of !important rule in style sheet flot.css

This commit is contained in:
Max Mendez 2014-04-22 10:08:32 -06:00
parent 300e5ea6a7
commit 49cfdbcbd5

View File

@ -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;
}