Fixed #807
This commit is contained in:
parent
161ec23c82
commit
0a03736ca7
2 changed files with 12 additions and 0 deletions
|
@ -1754,8 +1754,11 @@ combobox {
|
|||
|
||||
.toolbar {
|
||||
@extend %toolbar;
|
||||
background-color: $bg_color;
|
||||
color: $text_color;
|
||||
|
||||
separator { background: none; }
|
||||
|
||||
&.horizontal separator { margin: 0 $container_padding; }
|
||||
&.vertical separator { margin: $container_padding 0; }
|
||||
|
||||
|
|
|
@ -406,3 +406,12 @@ menubutton.flat.popup.sources-button {
|
|||
.small .forecast-card {
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
//
|
||||
// Misc (other)
|
||||
//
|
||||
|
||||
#desktopwindow.background {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue