This commit is contained in:
Vince 2021-07-19 12:28:57 +08:00
parent 5b45d98526
commit 5b793ddf65
3 changed files with 8 additions and 6 deletions

View File

@ -2,8 +2,3 @@
.overview-controls {
padding-bottom: 32px;
}
// fix for pop-os
.cosmic-solid-bg {
background-color: #222222;
}

View File

@ -102,6 +102,11 @@
//
// Pop_OS cosmic widget styling
//
.cosmic-solid-bg {
background-color: #222222;
}
.cosmic-dock {
#dock {
background-color: transparent;

View File

@ -73,10 +73,12 @@ $text_shadow: 0 0 1px rgba(0, 0, 0, 0.26),
}
XfdesktopIconView.view {
border-radius: $bt_radius;
border-radius: 0;
background: transparent;
color: $selected_fg_color;
text-shadow: $text_shadow;
transition: none;
animation: none;
&:active, &:checked {
background-color: $selected_bg_color;