Advertisement
Guest User

Calming Nature | Selected tab highlight

a guest
Aug 9th, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | Source Code | 0 0
  1. /*  A guide on how to use this mod: https://forum.vivaldi.net/topic/10549/modding-vivaldi  */
  2.  
  3. .tab.active {
  4.   background: linear-gradient(180deg, #28574d 15%, rgba(0, 0, 0, 0) 100%);
  5.   box-shadow: 0 5px 2.5px 1.5px rgba(0, 0, 0, 0.45);
  6. }
  7.  
  8. .is-substack .tab.active {
  9.   box-shadow: none;
  10. }
  11.  
  12. .is-substack .tab:not(.active) {
  13.   background-color: rgba(25, 35, 35, 0.5);
  14. }
  15.  
  16. .is-substack .stack-counter {
  17.   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement