Browse Source

Changed color of button when attention demand event happens

master
Rinaldus 2 years ago
parent
commit
705c330d75
Signed by: Rinaldus
GPG Key ID: 79C679FA25ABFDB9
  1. 10
      cinnamon/cinnamon.css

10
cinnamon/cinnamon.css

@ -577,17 +577,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { backg @@ -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); }

Loading…
Cancel
Save