[gnome-themes-standard] osd: extend OSD background on frames to the border box
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] osd: extend OSD background on frames to the border box
- Date: Thu, 7 Mar 2013 16:00:04 +0000 (UTC)
commit b437e1d765bb9152682446e5c168360a5f41f367
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Mar 7 10:58:45 2013 -0500
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 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 a9ed677..3ba2040 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]