From f8d657035db62c06785991f75bd79629c476c1f9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 14 Jul 2015 19:28:42 +0200 Subject: tweak destructive action color --- common/gnome-shell/3.16/gnome-shell.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'common/gnome-shell/3.16/gnome-shell.css') diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 56a6c47..327cff7 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -274,16 +274,16 @@ StScrollBar { font-size: 8pt; } .end-session-dialog .button:last-child, .end-session-dialog .notification-banner .notification-button:last-child, .notification-banner .end-session-dialog .notification-button:last-child { color: #ffffff; - background-color: #FA4349; - border-color: #FA4349; } + background-color: #F04A50; + border-color: #F04A50; } .end-session-dialog .button:last-child:hover, .end-session-dialog .notification-banner .notification-button:last-child:hover, .notification-banner .end-session-dialog .notification-button:last-child:hover { color: #ffffff; - background-color: #fb7074; - border-color: #fb7074; } + background-color: #f47479; + border-color: #f47479; } .end-session-dialog .button:last-child:active, .end-session-dialog .notification-banner .notification-button:last-child:active, .notification-banner .end-session-dialog .notification-button:last-child:active { color: #ffffff; - background-color: #f92a31; - border-color: #f92a31; } + background-color: #ee3239; + border-color: #ee3239; } .shell-mount-operation-icon { icon-size: 48px; } -- cgit v1.2.3