[gnome-themes-standard] Don't add a box shadow on the suggested button when linked
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Don't add a box shadow on the suggested button when linked
- Date: Fri, 28 Feb 2014 17:00:13 +0000 (UTC)
commit a4ea4c6d302b19f9db8c26eca1068d21d0c263cb
Author: William Jon McCann <william jon mccann gmail com>
Date: Fri Feb 28 11:58:11 2014 -0500
Don't add a box shadow on the suggested button when linked
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 48d45a1..fbd8351 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2748,6 +2748,12 @@ GtkMessageDialog {
-GtkWidget-focus-line-width: 0;
}
+.dialog-action-area.linked .button.suggested-action,
+.dialog-action-area.linked .button.suggested-action:active,
+.dialog-action-area.linked .button.suggested-action:insensitive {
+ box-shadow: none;
+}
+
/***************
* Search bars *
***************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]