Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
  2. index 36632a4..68bc2b0 100644
  3. --- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
  4. +++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
  5. @@ -4011,16 +4011,20 @@ GtkInfoBar {
  6. /*************************
  7. * Touch text selections *
  8. *************************/
  9. -GtkBubbleWindow {
  10. +GtkPopover {
  11. border-radius: 5px;
  12. background-clip: border-box;
  13. }
  14.  
  15. -GtkBubbleWindow.osd.background {
  16. +GtkPopover.osd {
  17. background-color: @osd_popover_bg;
  18. }
  19.  
  20. -GtkBubbleWindow .toolbar {
  21. +GtkPopover.osd * {
  22. + color: darker(white);
  23. +}
  24. +
  25. +GtkPopover .toolbar {
  26. background-color: transparent;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement