From 705c330d7504bd9e11483ff5fae8e7cec7ebb4cc Mon Sep 17 00:00:00 2001 From: Rinaldus Date: Tue, 14 Sep 2021 12:01:34 +0300 Subject: [PATCH] Changed color of button when attention demand event happens --- cinnamon/cinnamon.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cinnamon/cinnamon.css b/cinnamon/cinnamon.css index fb1f9f8..0db0520 100644 --- a/cinnamon/cinnamon.css +++ b/cinnamon/cinnamon.css @@ -577,17 +577,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { backg .panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { box-shadow: inset -2px 0 rgba(41, 51, 240, 1); } -.grouped-window-list-item-box .progress, .window-list-item-box:progress, .window-list-item-box .progress, .grouped-window-list-item-demands-attention, .window-list-item-demands-attention { background-gradient-start: rgba(30, 52, 166, 0.25); background-gradient-end: rgba(30, 52, 166, 0.25); } +.grouped-window-list-item-box .progress, .window-list-item-box:progress, .window-list-item-box .progress, .grouped-window-list-item-demands-attention, .window-list-item-demands-attention { background-color: rgba(250, 155, 244, 1); } .grouped-window-list-item-demands-attention, .window-list-item-demands-attention { color: black; } -.panel-top .grouped-window-list-item-demands-attention, .panel-top .window-list-item-demands-attention { box-shadow: inset 0 2px #7986cb; } +.panel-top .grouped-window-list-item-demands-attention, .panel-top .window-list-item-demands-attention { box-shadow: inset 0 -2px #3f51b5; } -.panel-bottom .grouped-window-list-item-demands-attention, .panel-bottom .window-list-item-demands-attention { box-shadow: inset 0 -2px #7986cb; } +.panel-bottom .grouped-window-list-item-demands-attention, .panel-bottom .window-list-item-demands-attention { box-shadow: inset 0 -2px #3f51b5; } -.panel-left .grouped-window-list-item-demands-attention, .panel-left .window-list-item-demands-attention { box-shadow: inset 2px 0 #7986cb; } +.panel-left .grouped-window-list-item-demands-attention, .panel-left .window-list-item-demands-attention { box-shadow: inset 2px 0 #3f51b5; } -.panel-right .grouped-window-list-item-demands-attention, .panel-right .window-list-item-demands-attention { box-shadow: inset -2px 0 #7986cb; } +.panel-right .grouped-window-list-item-demands-attention, .panel-right .window-list-item-demands-attention { box-shadow: inset -2px 0 #3f51b5; } .window-list-preview { padding: 12px; spacing: 8px; border: none; border-radius: 8.5px; color: #111111; background-color: rgba(231, 231, 231, 0.93); box-shadow: 0 10px 14px rgba(0, 0, 0, 0.44); }