Fixed #363
This commit is contained in:
parent
5b45d98526
commit
5b793ddf65
@ -2,8 +2,3 @@
|
||||
.overview-controls {
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
// fix for pop-os
|
||||
.cosmic-solid-bg {
|
||||
background-color: #222222;
|
||||
}
|
||||
|
@ -102,6 +102,11 @@
|
||||
//
|
||||
// Pop_OS cosmic widget styling
|
||||
//
|
||||
|
||||
.cosmic-solid-bg {
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
.cosmic-dock {
|
||||
#dock {
|
||||
background-color: transparent;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user