[gnome-themes-standard] Remove shadows from active menu buttons
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Remove shadows from active menu buttons
- Date: Mon, 20 Jan 2014 17:16:56 +0000 (UTC)
commit 86eb65bf85162a048be74120dd53e02fa7b59df3
Author: Nikita Churaev <lamefun x0r gmail com>
Date: Mon Jan 20 19:51:34 2014 +0400
Remove shadows from active menu buttons
https://bugzilla.gnome.org/show_bug.cgi?id=722610
themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index dea3949..4fc2f65 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1571,6 +1571,15 @@ GtkComboBox.combobox-entry .button {
box-shadow: none;
}
+/* remove shadows from linked menu buttons */
+.linked GtkMenuButton.button:active,
+.toolbar GtkMenuButton.button.raised.linked:active,
+.toolbar .raised.linked GtkMenuButton.button:active,
+.inline-toolbar.toolbar GtkMenuButton.button:active,
+.inline-toolbar.toolbar GtkToolButton > GtkMenuButton.button:active {
+ box-shadow: none;
+}
+
/* Linked buttons on primary toolbars */
/* Middle button */
@@ -2469,6 +2478,7 @@ GtkMenuButton.button:active,
.toolbar GtkMenuButton.button.linked.raised:active {
text-shadow: none;
icon-shadow: none;
+ box-shadow: none;
}
.linked GtkMenuButton.button:active:last-child,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]