summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-27 09:31:13 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-27 09:31:13 -0500
commitea030ea6dd29770d1c6ec4c36c0599fa6865404e (patch)
treed21e3980f5f006e10c5f41e4c1feac7f2492ef97
parent4ef0d33f54b486eb6076bfbd1f9637c0d917add4 (diff)
downloadgnome-themes-standard-ea030ea6dd29770d1c6ec4c36c0599fa6865404e.tar.gz
Use the selection color for the suggested action on message dialogs
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index c79f3b9e..b4f332e4 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3341,6 +3341,11 @@ GtkProgressBar.osd.progressbar {
border: 1px solid alpha(@insensitive_border_color,0.7);
}
+.dialog-action-area.linked .button.suggested-action,
+.dialog-action-area.linked .button.suggested-action:active,
+.dialog-action-area.linked .button.suggested-action:insensitive {
+ color: @theme_selected_bg_color;
+}
/******************************
* Destructive action buttons *