Cinnamon4 menu - make 'fake' seperator arc blue for consistency with older Cinnamon versions (#191)

master
Steve M 2019-02-11 11:07:11 +00:00 committed by David Mohammed
parent 2cbc9bd381
commit b44f657806
1 changed files with 3 additions and 3 deletions

View File

@ -1121,13 +1121,13 @@ StScrollBar {
transition-duration: 300;
background-color: $bg_color;
border: 1px solid $borders_color;
spacing: 1em;
spacing: 0.5em;
}
&-favorites-scrollbox {
padding-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 1px solid;
border-color: $borders_color;
border-color: $selected_bg_color;
}
&-favorites-button {