mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
tweak destructive action color
This commit is contained in:
parent
74aaee1a90
commit
f8d657035d
@ -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; }
|
||||
|
@ -21,7 +21,7 @@ $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_colo
|
||||
$warning_color: #F27835;
|
||||
$error_color: #FC4138;
|
||||
$success_color: #73d216;
|
||||
$destructive_color: #FA4349;
|
||||
$destructive_color: #F04A50;
|
||||
$suggested_color: if($variant == 'light', #9EA4B5, #5B5F69);
|
||||
|
||||
$osd_fg_color: #A8ADB5;
|
||||
|
@ -405,25 +405,25 @@ GtkFlowBox .grid-child {
|
||||
background-color: rgba(91, 95, 105, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -994,30 +994,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3241,21 +3241,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkFlowBox .grid-child {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -994,30 +994,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3242,21 +3242,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkFlowBox .grid-child {
|
||||
background-color: rgba(91, 95, 105, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -994,30 +994,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3241,21 +3241,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkFlowBox .grid-child {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -994,30 +994,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3242,21 +3242,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkFlowBox .grid-child {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -994,30 +994,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3241,21 +3241,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkFlowBox .grid-child {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -994,30 +994,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3241,21 +3241,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -21,7 +21,7 @@ $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_colo
|
||||
$warning_color: #F27835;
|
||||
$error_color: #FC4138;
|
||||
$success_color: #73d216;
|
||||
$destructive_color: #FA4349;
|
||||
$destructive_color: #F04A50;
|
||||
$suggested_color: if($variant == 'light', #9EA4B5, #5B5F69);
|
||||
|
||||
$osd_fg_color: #A8ADB5;
|
||||
|
@ -405,25 +405,25 @@ GtkTextView {
|
||||
background-color: rgba(91, 95, 105, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -1001,30 +1001,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3206,21 +3206,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkTextView {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -1001,30 +1001,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3207,21 +3207,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkTextView {
|
||||
background-color: rgba(91, 95, 105, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -1001,30 +1001,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3206,21 +3206,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkTextView {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -1001,30 +1001,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3207,21 +3207,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkTextView {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -1001,30 +1001,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3206,21 +3206,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
@ -405,25 +405,25 @@ GtkTextView {
|
||||
background-color: rgba(158, 164, 181, 0.65); }
|
||||
.button.destructive-action {
|
||||
color: #ffffff;
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349; }
|
||||
color: #F04A50; }
|
||||
.button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.button.destructive-action:active, .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.button.image-button {
|
||||
padding: 8px; }
|
||||
.header-bar .button.image-button {
|
||||
@ -1001,30 +1001,30 @@ GtkComboBox {
|
||||
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349; }
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50; }
|
||||
.primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: #FA4349;
|
||||
outline-color: rgba(250, 67, 73, 0.3); }
|
||||
color: #F04A50;
|
||||
outline-color: rgba(240, 74, 80, 0.3); }
|
||||
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074; }
|
||||
border-color: #f47479;
|
||||
background-color: #f47479; }
|
||||
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027; }
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930; }
|
||||
.primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive {
|
||||
color: rgba(250, 67, 73, 0.45); }
|
||||
color: rgba(240, 74, 80, 0.45); }
|
||||
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
border-color: rgba(250, 67, 73, 0.65);
|
||||
background-color: rgba(250, 67, 73, 0.65); }
|
||||
border-color: rgba(240, 74, 80, 0.65);
|
||||
background-color: rgba(240, 74, 80, 0.65); }
|
||||
.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop,
|
||||
.primary-toolbar .button.destructive-action:backdrop,
|
||||
.header-bar .button.destructive-action:backdrop {
|
||||
@ -3206,21 +3206,21 @@ GtkListBox .h4 {
|
||||
#shutdown_button.button {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #FA4349;
|
||||
background-color: #FA4349;
|
||||
border-color: #F04A50;
|
||||
background-color: #F04A50;
|
||||
background-image: none;
|
||||
background-clip: border-box; }
|
||||
#shutdown_button.button:hover {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #fb7074;
|
||||
background-color: #fb7074;
|
||||
border-color: #f47479;
|
||||
background-color: #f47479;
|
||||
background-image: none; }
|
||||
#shutdown_button.button:active, #shutdown_button.button:checked {
|
||||
color: #ffffff;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #f92027;
|
||||
background-color: #f92027;
|
||||
border-color: #ed2930;
|
||||
background-color: #ed2930;
|
||||
background-image: none; }
|
||||
|
||||
/* the restart button */
|
||||
|
Loading…
Reference in New Issue
Block a user