Skip to content

Commit b0dffe7

Browse files
committed
Fix #241
1 parent ed801b9 commit b0dffe7

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

Diff for: gtk/src/adw-gtk3/gtk-3.0/_apps.scss

+33-2
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,39 @@ geary-conversation-viewer#conversation_viewer {
11291129
margin: 0;
11301130
}
11311131

1132-
.geary-folder {
1133-
&, &:backdrop { background-color: $window_bg_color; }
1132+
// newer versions
1133+
.geary-main-window leaflet > leaflet > box {
1134+
&:first-child {
1135+
background-color: $sidebar_bg_color;
1136+
&:backdrop { background-color: $sidebar_backdrop_color; }
1137+
}
1138+
}
1139+
1140+
.geary-main-window leaflet > box {
1141+
&:first-child > .titlebar {
1142+
background-color: $sidebar_bg_color;
1143+
background-image: none;
1144+
border-bottom: transparent;
1145+
box-shadow: none;
1146+
&:backdrop { background-color: $sidebar_backdrop_color; }
1147+
1148+
button {
1149+
background-color: transparent;
1150+
&:hover { background-color: $titlebutton_normal_hover; }
1151+
&:hover:active, &:active, &:hover:checked, &:checked { background-color: $titlebutton_normal_active; }
1152+
&:backdrop { background: $titlebutton_backdrop; }
1153+
&:backdrop:hover { background: $titlebutton_backdrop_hover; }
1154+
}
1155+
}
1156+
1157+
&:not(:first-child) > .titlebar {
1158+
border-bottom: transparent;
1159+
box-shadow: none;
1160+
}
1161+
}
1162+
1163+
.geary-main-window separator.sidebar {
1164+
background-color: $borders_color;
11341165
}
11351166

11361167
// ************

0 commit comments

Comments
 (0)