Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1.  
  2. .meld-notebook-toolbar {
  3. background-image: none;
  4. background-color: @theme_bg_color;
  5. border-width: 0 0 1px 0;
  6. border-style: solid;
  7. border-color: @borders;
  8.  
  9. -GtkToolbar-button-relief: none;
  10. padding: 3px 2px 2px 2px;
  11. }
  12.  
  13. link-map {
  14. border-width: 0 0 1px 0;
  15. border-style: solid;
  16. border-color: @borders;
  17. background-color: @theme_bg_color;
  18. }
  19.  
  20. /* Only for backwards-compatibility with pre-3.20 GTK+ */
  21. LinkMap {
  22. background-color: @theme_bg_color;
  23. }
  24.  
  25. .meld-vc-console-pane {
  26. border-width: 1px 0 0 0;
  27. border-style: solid;
  28. border-color: @borders;
  29. }
  30.  
  31. .not-found {
  32. color: white;
  33. background-image: none;
  34. background-color: rgb(237, 54, 54);
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement