From b437e1d765bb9152682446e5c168360a5f41f367 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 7 Mar 2013 10:58:45 -0500 Subject: osd: extend OSD background on frames to the border box Since we don't render the stroke, it makes sense for the translucent bg to extend to all the frame width. --- themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css index a9ed6777..3ba20402 100644 --- a/themes/Adwaita/gtk-3.0/gtk-widgets.css +++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css @@ -2746,6 +2746,11 @@ GtkOverlay.osd { background-color: transparent; } +.osd.frame { + background-clip: border-box; + background-origin: border-box; +} + .osd.button, .osd.button:active, .osd .button, -- cgit v1.2.1