aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/gnome-shell.css
diff options
context:
space:
mode:
authorHorst31802015-07-14 19:28:42 +0200
committerHorst31802015-07-14 19:28:42 +0200
commitf8d657035db62c06785991f75bd79629c476c1f9 (patch)
tree2016690f82dc569dd77602aa4151358eb5e14220 /common/gnome-shell/3.14/gnome-shell.css
parent74aaee1a90365db4a2fa7c4113d6d11d1a6e57e7 (diff)
downloadsolarc-theme-f8d657035db62c06785991f75bd79629c476c1f9.tar.gz
solarc-theme-f8d657035db62c06785991f75bd79629c476c1f9.tar.xz
solarc-theme-f8d657035db62c06785991f75bd79629c476c1f9.zip
tweak destructive action color
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index 9196aa7..4bd4616 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -2461,20 +2461,20 @@ StScrollBar StButton#vhandle:active {
.end-session-dialog .modal-dialog-button:last-child {
color: #ffffff;
- background-color: #FA4349;
- border-color: #FA4349;
+ background-color: #F04A50;
+ border-color: #F04A50;
}
.end-session-dialog .modal-dialog-button:last-child:hover {
color: #ffffff;
- background-color: #fb7074;
- border-color: #fb7074;
+ background-color: #f47479;
+ border-color: #f47479;
}
.end-session-dialog .modal-dialog-button:last-child:active {
color: #ffffff;
- background-color: #f92a31;
- border-color: #f92a31;
+ background-color: #ee3239;
+ border-color: #ee3239;
}
/* Restart message */