Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. div[class*="titleBar-"] {
  2. height: 0;
  3. margin-top: 0
  4. }
  5.  
  6. div[class*="titleBar-"]:before {
  7. content: '';
  8. position: absolute;
  9. left: 0;
  10. right: 0;
  11. top: 6px;
  12. height: 14px;
  13. z-index: 3002;
  14. -webkit-app-region: drag
  15. }
  16.  
  17. div[class*="titleBar-"]:after {
  18. content: '';
  19. position: absolute;
  20. left: 0;
  21. right: 0;
  22. top: 0;
  23. height: 6px;
  24. z-index: 3002
  25. }
  26.  
  27. div[class*="wordmark-"],
  28. div[class*="winButton-"] svg {
  29. display: none
  30. }
  31.  
  32. div[class*="winButton-"] {
  33. top: 9px;
  34. height: 30px;
  35. width: 30px;
  36. right: 8px;
  37. background-position: center;
  38. opacity: .6;
  39. transition: .2s ease
  40. }
  41.  
  42. div[class*="winButton-"]:hover {
  43. -webkit-transition: all .2s ease-in-out;
  44. transition: all .2s ease-in-out;
  45. background-color: var(--hover-color)!important
  46. }
  47.  
  48. div[class*="titleBar-"] div:nth-of-type(2) {
  49. background-image: url(http://zewia.tech/assets/themes/close.svg)!important
  50. }
  51.  
  52. div[class*="titleBar-"] div:nth-of-type(3) {
  53. background-image: url(http://zewia.tech/assets/themes/fullscreen.svg)!important
  54. }
  55.  
  56. div[class*="titleBar-"] div:nth-of-type(4) {
  57. background-image: url(http://zewia.tech/assets/themes/remove.svg)!important;
  58. background-position: center 7px
  59. }
  60.  
  61. .toolbar-94eLIm {
  62. margin-right: 90px
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement