[gnome-themes-standard] toolbar: don't use border-style: none for primary toolbar buttons
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] toolbar: don't use border-style: none for primary toolbar buttons
- Date: Thu, 1 Dec 2011 02:33:02 +0000 (UTC)
commit 2e5e90724d97d7d379d55b7406c371daa168c218
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Nov 30 21:21:10 2011 -0500
toolbar: don't use border-style: none for primary toolbar buttons
As it would override to zero the widths we previously set.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 91b7065..8a68f9a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -444,7 +444,13 @@ GtkComboBox.combobox-entry .button {
.primary-toolbar .button:focus,
.primary-toolbar .button:insensitive {
border-image: none;
- border-style: none;
+
+ /* setting border-style: none; here would override the border-width values
+ * we set in gtk-widget-borders.css to zero.
+ */
+ border-style: solid;
+ border-width: 0;
+ border-color: transparent;
}
/*.primary-toolbar GtkComboBox .button {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]