Advertisement
phpface

Untitled

Sep 29th, 2022
1,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.83 KB | None | 0 0
  1. .header-user__dropdown .btn-login {
  2.     background: #109E03;
  3.     border-color: #109E03;
  4. }
  5.  
  6. .widget_archive ul li a:before,
  7. .widget_categories ul li a:before,
  8. .widget_pages ul li a:before,
  9. .widget_meta ul li a:before,
  10. .widget_recent_comments ul li a:before,
  11. .widget_recent_entries ul li a:before,
  12. .widget_rss ul li a:before,
  13. .widget_nav_menu ul li a:before,
  14. .widget_product_categories ul li a:before {
  15.     border: 1px solid #109E03;
  16. }
  17.  
  18. .widget_archive ul li a:hover:before,
  19. .widget_categories ul li a:hover:before,
  20. .widget_pages ul li a:hover:before,
  21. .widget_meta ul li a:hover:before,
  22. .widget_recent_comments ul li a:hover:before,
  23. .widget_recent_entries ul li a:hover:before,
  24. .widget_rss ul li a:hover:before,
  25. .widget_nav_menu ul li a:hover:before,
  26. .widget_product_categories ul li a:hover:before {
  27.     background: #109E03;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement