Advertisement
Guest User

Untitled

a guest
May 21st, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. headerbar {
  2.     min-height: 0px;
  3.     padding-left: 2px;
  4.     padding-right: 2px;
  5. }
  6.  
  7. headerbar entry,
  8. headerbar spinbutton,
  9. headerbar button,
  10. headerbar separator {
  11.     margin-top: 0px;
  12.     margin-bottom: 0px;
  13. }
  14.  
  15. .default-decoration {
  16.     min-height: 0;
  17.     padding: 0px;
  18. }
  19.  
  20. .default-decoration .titlebutton {
  21.     min-height: 0px;
  22.     min-width: 0px;
  23. }
  24.  
  25. window.ssd headerbar.titlebar {
  26.     padding-top: 0px;
  27.     padding-bottom: 0px;
  28.     min-height: 0;
  29. }
  30.  
  31. window.ssd headerbar.titlebar button.titlebutton {
  32.     padding-top: 3px;
  33.     padding-bottom:3px;
  34.     min-height: 0;
  35. }
  36.  
  37. .window-frame, .window-frame:backdrop {
  38.  box-shadow: 0 0 0 black;
  39.  border-style: none;
  40.  margin: 0;
  41.  border-radius: 0;
  42. }
  43.  
  44. .titlebar {
  45.  border-radius: 0;
  46. }
  47.  
  48. .window-frame.csd.popup {
  49.   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);
  50. }
  51.  
  52. .header-bar {
  53.   background-image: none;
  54.   background-color: #ededed;
  55.   box-shadow: none;
  56. }
  57.  
  58. Gtk Label.title {
  59.     opacity: 0;
  60. }
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement