mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Cinnamon: Fix panel style when transparency is enabled
This commit is contained in:
@@ -1088,137 +1088,153 @@ StScrollBar {
|
||||
background-color: #f7b922; }
|
||||
|
||||
.window-list-box {
|
||||
spacing: 0; }
|
||||
.window-list-box .panel-top:ltr,
|
||||
.panel-bottom .window-list-box:ltr {
|
||||
padding: 0 0 0 8px; }
|
||||
.window-list-box .panel-top:rtl,
|
||||
.panel-bottom .window-list-box:rtl {
|
||||
padding: 0 8px 0 0; }
|
||||
spacing: 6px;
|
||||
padding-left: 10px;
|
||||
padding-top: 1px; }
|
||||
.window-list-box.vertical {
|
||||
padding: 6px 0 0 0; }
|
||||
spacing: 2px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px; }
|
||||
.window-list-box:highlight {
|
||||
background-color: #f7b922; }
|
||||
background-color: rgba(252, 65, 56, 0.5); }
|
||||
|
||||
.window-list-item-label {
|
||||
font-weight: bold;
|
||||
width: 15em;
|
||||
min-width: 5px; }
|
||||
|
||||
.window-list-item-box {
|
||||
border: 0 none transparent;
|
||||
border-image: none;
|
||||
font-weight: bold;
|
||||
background-image: none;
|
||||
background-color: #040405;
|
||||
color: #BAC3CF;
|
||||
box-shadow: none;
|
||||
font-weight: 400; }
|
||||
.window-list-item-box:hover {
|
||||
color: #f7f7f7; }
|
||||
.panel-top .window-list-item-box:hover {
|
||||
box-shadow: inset 0 2px #f7b922; }
|
||||
.panel-bottom .window-list-item-box:hover {
|
||||
box-shadow: inset 0 -2px #f7b922; }
|
||||
.panel-left .window-list-item-box:hover {
|
||||
box-shadow: inset 2px 0 #f7b922; }
|
||||
.panel-right .window-list-item-box:hover {
|
||||
box-shadow: inset -2px 0 #f7b922; }
|
||||
.window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover {
|
||||
color: #f7f7f7; }
|
||||
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover {
|
||||
box-shadow: inset 0 2px #ed254e; }
|
||||
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover {
|
||||
box-shadow: inset 0 -2px #ed254e; }
|
||||
.panel-left .window-list-item-box:active, .panel-left .window-list-item-box:active:hover, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:checked:hover, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:focus:hover {
|
||||
box-shadow: inset 2px 0 #ed254e; }
|
||||
.panel-right .window-list-item-box:active, .panel-right .window-list-item-box:active:hover, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:checked:hover, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:focus:hover {
|
||||
box-shadow: inset -2px 0 #ed254e; }
|
||||
.panel-top .window-list-item-box StIcon,
|
||||
.panel-bottom .window-list-item-box StIcon, .panel-top
|
||||
.window-list-item-box StBin,
|
||||
.panel-bottom
|
||||
.window-list-item-box StBin {
|
||||
padding: 0 4px; }
|
||||
.window-list-item-box.vertical StIcon,
|
||||
.window-list-item-box.vertical StBin {
|
||||
padding: 0; }
|
||||
.window-list-item-box StLabel {
|
||||
font-weight: 400; }
|
||||
.panel-top .window-list-item-box StLabel:ltr,
|
||||
.panel-bottom .window-list-item-box StLabel:ltr {
|
||||
padding: 0 4px 0 0; }
|
||||
.panel-top .window-list-item-box StLabel:rtl,
|
||||
.panel-bottom .window-list-item-box StLabel:rtl {
|
||||
padding: 0 0 0 4px; }
|
||||
.window-list-item-box:progress,
|
||||
padding-top: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
transition-duration: 100;
|
||||
color: rgba(247, 247, 247, 0.6); }
|
||||
.window-list-item-box.top, .window-list-item-box.bottom {
|
||||
border-bottom-width: 2px; }
|
||||
.window-list-item-box.top StLabel, .window-list-item-box.bottom StLabel {
|
||||
padding-left: 2px; }
|
||||
.window-list-item-box.right {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-right-width: 2px; }
|
||||
.window-list-item-box.right StBin {
|
||||
padding-right: 0; }
|
||||
.window-list-item-box.left {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-left-width: 2px; }
|
||||
.window-list-item-box.left StBin {
|
||||
padding-left: 1px; }
|
||||
.window-list-item-box:hover, .window-list-item-box:groupFocus {
|
||||
color: #f7f7f7;
|
||||
background-color: rgba(247, 247, 247, 0.1); }
|
||||
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running {
|
||||
color: #f7f7f7;
|
||||
border-color: #f7b922; }
|
||||
.window-list-item-box .progress {
|
||||
background-gradient-start: #f7b922;
|
||||
background-gradient-end: #f7b922; }
|
||||
background-color: rgba(247, 185, 34, 0.8); }
|
||||
|
||||
.window-list-item-demands-attention {
|
||||
background-gradient-start: #f7b922;
|
||||
background-gradient-end: #f7b922;
|
||||
color: #f7f7f7; }
|
||||
.panel-top .window-list-item-demands-attention {
|
||||
box-shadow: inset 0 2px #f7b922; }
|
||||
.panel-bottom .window-list-item-demands-attention {
|
||||
box-shadow: inset 0 -2px #f7b922; }
|
||||
.panel-left .window-list-item-demands-attention {
|
||||
box-shadow: inset 2px 0 #f7b922; }
|
||||
.panel-right .window-list-item-demands-attention {
|
||||
box-shadow: inset -2px 0 #f7b922; }
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: #F04A50;
|
||||
background-gradient-end: #F04A50; }
|
||||
|
||||
.window-list-preview {
|
||||
padding: 12px;
|
||||
spacing: 8px;
|
||||
border: none;
|
||||
border-image: url("assets/misc/osd.svg") 9 9 9 9;
|
||||
border-radius: 2px;
|
||||
color: #BAC3CF;
|
||||
background: none; }
|
||||
spacing: 6px;
|
||||
color: #98abb2;
|
||||
border: 1px solid #161819;
|
||||
background-color: #101013;
|
||||
border-radius: 3px;
|
||||
padding: 6px 12px 12px 12px;
|
||||
font-size: 1em; }
|
||||
|
||||
.grouped-window-list-item-label {
|
||||
font-weight: bold;
|
||||
width: 15em;
|
||||
min-width: 5px; }
|
||||
|
||||
.grouped-window-list-item-box {
|
||||
border: 0 none transparent;
|
||||
border-image: none;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
background-image: none;
|
||||
background-color: #040405;
|
||||
color: #BAC3CF;
|
||||
box-shadow: none;
|
||||
font-weight: 400; }
|
||||
.panel-top .grouped-window-list-item-box StIcon,
|
||||
.panel-bottom .grouped-window-list-item-box StIcon, .panel-top
|
||||
.grouped-window-list-item-box StBin,
|
||||
.panel-bottom
|
||||
.grouped-window-list-item-box StBin {
|
||||
padding: 0 4px; }
|
||||
.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked {
|
||||
box-shadow: inset 0 2px #4a4a58; }
|
||||
.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked {
|
||||
box-shadow: inset 0 -2px #4a4a58; }
|
||||
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
|
||||
box-shadow: inset 2px 0 #4a4a58; }
|
||||
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
|
||||
box-shadow: inset -2px 0 #4a4a58; }
|
||||
.panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover {
|
||||
box-shadow: inset 0 2px #f7b922; }
|
||||
.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover {
|
||||
box-shadow: inset 0 -2px #f7b922; }
|
||||
.panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover {
|
||||
box-shadow: inset 2px 0 #f7b922; }
|
||||
.panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover {
|
||||
box-shadow: inset -2px 0 #f7b922; }
|
||||
.grouped-window-list-item-box:progress,
|
||||
padding-top: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
transition-duration: 100;
|
||||
color: rgba(247, 247, 247, 0.6); }
|
||||
.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom {
|
||||
border-bottom-width: 2px; }
|
||||
.grouped-window-list-item-box.top StLabel, .grouped-window-list-item-box.bottom StLabel {
|
||||
padding-left: 2px; }
|
||||
.grouped-window-list-item-box.right {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-right-width: 2px; }
|
||||
.grouped-window-list-item-box.right StBin {
|
||||
padding-right: 0; }
|
||||
.grouped-window-list-item-box.left {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-left-width: 2px; }
|
||||
.grouped-window-list-item-box.left StBin {
|
||||
padding-left: 1px; }
|
||||
.grouped-window-list-item-box:hover, .grouped-window-list-item-box:focus {
|
||||
color: #f7f7f7;
|
||||
background-color: rgba(4, 4, 5, 0.3); }
|
||||
.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked {
|
||||
color: #f7f7f7;
|
||||
border-color: #f7b922; }
|
||||
.grouped-window-list-item-box .progress {
|
||||
background-gradient-start: #f7b922;
|
||||
background-gradient-end: #f7b922; }
|
||||
background-color: rgba(247, 185, 34, 0.8); }
|
||||
|
||||
.grouped-window-list-item-demands-attention {
|
||||
background-gradient-start: #f7b922;
|
||||
background-gradient-end: #f7b922;
|
||||
color: #f7f7f7; }
|
||||
.panel-top .grouped-window-list-item-demands-attention {
|
||||
box-shadow: inset 0 2px #f7b922; }
|
||||
.panel-bottom .grouped-window-list-item-demands-attention {
|
||||
box-shadow: inset 0 -2px #f7b922; }
|
||||
.panel-left .grouped-window-list-item-demands-attention {
|
||||
box-shadow: inset 2px 0 #f7b922; }
|
||||
.panel-right .grouped-window-list-item-demands-attention {
|
||||
box-shadow: inset -2px 0 #f7b922; }
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: #F04A50;
|
||||
background-gradient-end: #F04A50; }
|
||||
|
||||
.grouped-window-list-thumbnail-label {
|
||||
padding-left: 4px; }
|
||||
|
||||
.grouped-window-list-number-label {
|
||||
z-index: 99;
|
||||
color: #98abb2; }
|
||||
|
||||
.grouped-window-list-badge {
|
||||
border-radius: 256px;
|
||||
background-color: #040405; }
|
||||
|
||||
.grouped-window-list-button-label {
|
||||
padding-left: 4px; }
|
||||
|
||||
.grouped-window-list-thumbnail-alert {
|
||||
background: rgba(255, 52, 52, 0.3); }
|
||||
|
||||
.grouped-window-list-thumbnail-menu {
|
||||
color: #98abb2;
|
||||
border: 1px solid #161819;
|
||||
background-color: #101013;
|
||||
border-radius: 3px;
|
||||
padding: 0px; }
|
||||
.grouped-window-list-thumbnail-menu > StBoxLayout {
|
||||
padding: 4px; }
|
||||
.grouped-window-list-thumbnail-menu .item-box {
|
||||
padding: 10px;
|
||||
border-radius: 2px;
|
||||
spacing: 4px; }
|
||||
.grouped-window-list-thumbnail-menu .item-box:outlined {
|
||||
padding: 8px;
|
||||
border: 1px solid #f7b922; }
|
||||
.grouped-window-list-thumbnail-menu .item-box:selected {
|
||||
border: 1px solid #f7b922; }
|
||||
.grouped-window-list-thumbnail-menu .thumbnail {
|
||||
width: 256px; }
|
||||
.grouped-window-list-thumbnail-menu .separator {
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, 0.2); }
|
||||
|
||||
.sound-button {
|
||||
width: 22px;
|
||||
|
||||
Reference in New Issue
Block a user