Advertisement
Guest User

Vivaldi lock button default CSS

a guest
Mar 20th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. .SiteInfoButton.secure {
  2. fill: var(--colorFgFadedMore);
  3. }
  4. .SiteInfoButton.secure:hover,
  5. .SiteInfoButton.secure:active,
  6. .SiteInfoButton.secure:focus:not([tabindex='-1']) {
  7. fill: var(--colorFgFaded);
  8. }
  9. .SiteInfoButton.certified {
  10. fill: #30BE30;
  11. }
  12. .SiteInfoButton.certified:hover,
  13. .SiteInfoButton.certified:active,
  14. .SiteInfoButton.certified:focus:not([tabindex='-1']) {
  15. fill: #2baa2b;
  16. }
  17. .SiteInfoButton.certified {
  18. color: #269526;
  19. }
  20. .SiteInfoButton.warning {
  21. color: var(--colorFgFaded);
  22. }
  23. .SiteInfoButton.insecure {
  24. border-color: transparent;
  25. fill: #DB4437;
  26. }
  27. .SiteInfoButton.insecure:hover,
  28. .SiteInfoButton.insecure:active {
  29. fill: #bd2e22;
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement