Advertisement
Guest User

Untitled

a guest
Jan 30th, 2023
3,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. .xfce4-panel {
  2.    border-bottom-left-radius: 13px;
  3.    border-bottom-right-radius: 13px;
  4.    border-top-left-radius: 13px;
  5.    border-top-right-radius: 13px;
  6. }
  7.  
  8. .xfce4-panel .tasklist .toggle :checked {
  9.   border-radius: 10px;
  10. }
  11.  
  12. .tasklist button:checked {
  13.   border-bottom: 3px solid white;
  14. }
  15.  
  16. .flat,
  17. .toggle {
  18.   font-family: 'JetBrainsMono Nerd Font';
  19.   font-size: 16px;
  20.   padding: 4px;
  21. }
  22. .flat:hover,
  23. .toggle:hover {
  24.   font-family: 'JetBrainsMono Nerd Font';
  25.   font-size: 16px;
  26.   padding: 4px;
  27. }
  28. .flat:checked,
  29. .toggle:checked {
  30.   font-family: 'JetBrainsMono Nerd Font';
  31.   font-size: 16px;
  32.   border-bottom: 3px solid white;
  33.   padding: 4px;
  34. }
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement