Merge pull request #419 from Akiracr/issue#417
Fix: Inappropriate use of !important rule in style sheet flot.css
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
#recline-flot-tooltip {
|
#recline-flot-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #FEE !important;
|
background-color: #FEE;
|
||||||
color: #000000 !important;
|
color: #000000;
|
||||||
opacity: 0.8 !important;
|
opacity: 0.8;
|
||||||
border: 1px solid #fdd !important;
|
border: 1px solid #fdd;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user