Use the variables for dash-to-dock
dash-to-dock on gnome 42 was not transparent and has a border
This commit is contained in:
parent
91ff3963d8
commit
063611eb08
1 changed files with 3 additions and 2 deletions
|
@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashtodockContainer.dashtodock #dash .dash-background {
|
#dashtodockContainer.dashtodock #dash .dash-background {
|
||||||
background: #2e3436;
|
background: $dash_background_color;
|
||||||
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashtodockContainer.dashtodock .progress-bar {
|
#dashtodockContainer.dashtodock .progress-bar {
|
||||||
|
@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec;
|
||||||
|
|
||||||
#dashtodockContainer.top #dash .placeholder,
|
#dashtodockContainer.top #dash .placeholder,
|
||||||
#dashtodockContainer.bottom #dash .placeholder {
|
#dashtodockContainer.bottom #dash .placeholder {
|
||||||
width: 32px;
|
width: $dash_placeholder_size;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue