[gnome-themes-standard] Widgets: do not use a border image for button borders on infobars on unfocused windows.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: do not use a border image for button borders on infobars on unfocused windows.
- Date: Tue, 17 Jan 2012 00:30:56 +0000 (UTC)
commit 9f3a1b7f95b16eb7296ae3a899f47fb59d6150c7
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Jan 17 01:28:44 2012 +0100
Widgets: do not use a border image for button borders on infobars
on unfocused windows.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2d36ff8..8d47450 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2032,6 +2032,33 @@ GtkInfoBar .button:active:focus,
border-width: 1;
}
+GtkInfoBar .entry:backdrop,
+GtkInfoBar .button:backdrop,
+GtkInfoBar .button:insensitive:backdrop,
+GtkInfoBar .button:active:backdrop,
+.info .entry:backdrop,
+.info .button:backdrop,
+.info .button:insensitive:backdrop,
+.info .button:active:backdrop,
+.warning .entry:backdrop,
+.warning .button:backdrop,
+.warning .button:insensitive:backdrop,
+.warning .button:active:backdrop,
+.question .entry:backdrop,
+.question .button:backdrop,
+.question .button:insensitive:backdrop,
+.question .button:active:backdrop,
+.error .entry:backdrop,
+.error .button:backdrop,
+.error .button:insensitive:backdrop,
+.error .button:active:backdrop {
+ border-image: none;
+
+ border-color: @unfocused_borders;
+ border-style: solid;
+ border-width: 1;
+}
+
GtkInfoBar,
.info,
.warning,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]