summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-03-07 10:58:45 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-03-07 10:59:47 -0500
commitb437e1d765bb9152682446e5c168360a5f41f367 (patch)
treea60194d8016b754ba80bd74a16ee09f42b677e11
parentd9d75ae70fc78652ed063504a1a6768cda293790 (diff)
downloadgnome-themes-standard-b437e1d765bb9152682446e5c168360a5f41f367.tar.gz
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.
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css5
1 files changed, 5 insertions, 0 deletions
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,