mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
tweak destructive action color
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -19,7 +19,7 @@ $selection_mode_bg: rgba(36, 80, 130, 0.95);
|
||||
$warning_color: #F27835;
|
||||
$error_color: #FC4138;
|
||||
$success_color: #73d216;
|
||||
$destructive_color: #FA4349;
|
||||
$destructive_color: #F04A50;
|
||||
$suggested_color: #9EA4B5;
|
||||
|
||||
$osd_fg_color: #A8ADB5;
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user