Skip to content

Commit fd8e657

Browse files
committed
Gtk-3.20: Add message summary and popover-list styles for geary
1 parent 5d031a3 commit fd8e657

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/gtk-3.20/scss/apps/_gnome-applications.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,22 @@
5757
}
5858
}
5959
}
60+
61+
62+
/****************
63+
! Geary *
64+
*****************/
65+
66+
@include exports("geary") {
67+
.geary-expanded .geary-message-summary {
68+
background-color: shade($base_color, 0.95);
69+
}
70+
71+
.geary-folder-popover-list-row {
72+
border-color: shade($menu_bg_color, 1.2);
73+
box-shadow: None;
74+
75+
& > label { color: $bg_color; }
76+
}
77+
78+
}

0 commit comments

Comments
 (0)