Guest User

Untitled

a guest
Jan 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. tooltip.background {
  2. box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  3. background-color: red;
  4. }
  5.  
  6. tooltip {
  7. border-radius: 2px;
  8. box-shadow: none;
  9. color: #FFFFFF;
  10. }
  11.  
  12. tooltip.foreground{
  13. color: #00C853;
  14. }
  15.  
  16. @define-color theme_tooltip_fg_color #FFFFFF;
  17.  
  18. tooltip label {
  19. color: green;
  20. min-height: 20px;
  21. padding: 0 2px;
  22. }
Add Comment
Please, Sign In to add comment