Merge pull request #643 from rob-64/master
Use the variables for dash-to-dock
This commit is contained in:
commit
49d60ad42f
@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec;
|
||||
}
|
||||
|
||||
#dashtodockContainer.dashtodock #dash .dash-background {
|
||||
background: #2e3436;
|
||||
background: $dash_background_color;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
#dashtodockContainer.dashtodock .progress-bar {
|
||||
@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec;
|
||||
|
||||
#dashtodockContainer.top #dash .placeholder,
|
||||
#dashtodockContainer.bottom #dash .placeholder {
|
||||
width: 32px;
|
||||
width: $dash_placeholder_size;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user