Frontend elements to SugoiMusic, including CSS and public/private headers.
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.
 
 
 

12 lines
253 B

  1. .tooltipster-light {
  2. border-radius: 5px;
  3. border: 1px solid #cccccc;
  4. background: #ededed;
  5. color: #666666;
  6. }
  7. .tooltipster-light .tooltipster-content {
  8. font-family: Arial, sans-serif;
  9. font-size: 14px;
  10. line-height: 16px;
  11. padding: 8px 10px;
  12. }