Advertisement
Guest User

light-themes patch 3

a guest
Jun 3rd, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. === modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
  2. --- Ambiance/gtk-3.0/gtk-widgets.css 2013-02-19 13:06:53 +0000
  3. +++ Ambiance/gtk-3.0/gtk-widgets.css 2013-03-01 23:35:05 +0000
  4. @@ -44,7 +44,6 @@
  5. -GtkToolbar-internal-padding: 0;
  6. -GtkTreeView-expander-size: 8;
  7. -GtkTreeView-vertical-separator: 0;
  8. - -GtkWidget-wide-separators: true;
  9. -GtkWidget-separator-width: 2;
  10. -GtkWidget-separator-height: 2;
  11. -GtkWidget-focus-padding: 0;
  12. @@ -1567,6 +1566,8 @@
  13.  
  14. .menuitem.separator {
  15. -GtkMenuItem-horizontal-padding: 0;
  16. + border: none;
  17. + color: @dark_bg_color;
  18. }
  19.  
  20. GtkTreeMenu .menuitem.separator,
  21.  
  22. === modified file 'Radiance/gtk-3.0/gtk-widgets.css'
  23. --- Radiance/gtk-3.0/gtk-widgets.css 2013-02-19 13:06:53 +0000
  24. +++ Radiance/gtk-3.0/gtk-widgets.css 2013-03-01 23:35:05 +0000
  25. @@ -44,7 +44,6 @@
  26. -GtkToolbar-internal-padding: 0;
  27. -GtkTreeView-expander-size: 8;
  28. -GtkTreeView-vertical-separator: 0;
  29. - -GtkWidget-wide-separators: true;
  30. -GtkWidget-separator-width: 2;
  31. -GtkWidget-separator-height: 2;
  32. -GtkWidget-focus-padding: 0;
  33. @@ -1567,6 +1566,8 @@
  34.  
  35. .menuitem.separator {
  36. -GtkMenuItem-horizontal-padding: 0;
  37. + border: none;
  38. + color: @dark_bg_color;
  39. }
  40.  
  41. GtkTreeMenu .menuitem.separator,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement