This commit is contained in:
vinceliuice 2023-02-14 23:52:32 +08:00
parent 161ec23c82
commit 0a03736ca7
2 changed files with 12 additions and 0 deletions

View file

@ -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; }

View file

@ -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;
}