You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

flotr2.custom.css 442B

123456789101112131415161718192021
  1. .flotr-mouse-value {
  2. opacity: 1 !important;
  3. background-color: #FFFFFF !important;
  4. color: #666 !important;
  5. font-size: 10px;
  6. border: 1px solid #ddd;
  7. }
  8. .flotr-legend-label{
  9. opacity: 1 !important;
  10. background-color: #FFFFFF !important;
  11. color: #666 !important;
  12. font-size: 10px;
  13. padding: 2px;
  14. border-style: none !important;
  15. }
  16. .flotr-title {
  17. text-align: left !important;
  18. font-size: 10px !important;
  19. }