[gnome-themes-standard] toolbar: fix border for pressed state of inline-toolbar buttons
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] toolbar: fix border for pressed state of inline-toolbar buttons
- Date: Tue, 20 Sep 2011 20:42:47 +0000 (UTC)
commit 3ed6f66bdb67b5b6d0237fdfc8ef95dcde57246a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 20 16:42:00 2011 -0400
toolbar: fix border for pressed state of inline-toolbar buttons
themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index bfbec68..15ee708 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1217,11 +1217,16 @@ GtkPathBar .button:active:hover:nth-child(last) {
}
/* setup shadows */
+.inline-toolbar.toolbar .button,
+.inline-toolbar.toolbar .button:active,
+.inline-toolbar.toolbar .button:active:hover {
+ border-image: none;
+}
+
.inline-toolbar.toolbar .button {
padding: 1;
icon-shadow: 0 1 @theme_base_color;
- border-image: none;
border-color: shade(@button_border, 0.95);
border-radius: 0;
border-width: 1 0 1 1;
@@ -1256,6 +1261,11 @@ GtkPathBar .button:active:hover:nth-child(last) {
border-width: 1;
}
+.inline-toolbar.toolbar GtkToolButton:active:nth-child(last) .button,
+.inline-toolbar.toolbar .button:active:nth-child(last) {
+ box-shadow: none;
+}
+
/***********
* Sidebar *
***********/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]