Fixed #363
This commit is contained in:
parent
5b45d98526
commit
5b793ddf65
@ -2,8 +2,3 @@
|
|||||||
.overview-controls {
|
.overview-controls {
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fix for pop-os
|
|
||||||
.cosmic-solid-bg {
|
|
||||||
background-color: #222222;
|
|
||||||
}
|
|
||||||
|
@ -102,6 +102,11 @@
|
|||||||
//
|
//
|
||||||
// Pop_OS cosmic widget styling
|
// Pop_OS cosmic widget styling
|
||||||
//
|
//
|
||||||
|
|
||||||
|
.cosmic-solid-bg {
|
||||||
|
background-color: #222222;
|
||||||
|
}
|
||||||
|
|
||||||
.cosmic-dock {
|
.cosmic-dock {
|
||||||
#dock {
|
#dock {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -73,10 +73,12 @@ $text_shadow: 0 0 1px rgba(0, 0, 0, 0.26),
|
|||||||
}
|
}
|
||||||
|
|
||||||
XfdesktopIconView.view {
|
XfdesktopIconView.view {
|
||||||
border-radius: $bt_radius;
|
border-radius: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
text-shadow: $text_shadow;
|
text-shadow: $text_shadow;
|
||||||
|
transition: none;
|
||||||
|
animation: none;
|
||||||
|
|
||||||
&:active, &:checked {
|
&:active, &:checked {
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user