Draw message list separate with CSS
Bug #1379017 reported by
Danielle Foré
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Geary |
Confirmed
|
Medium
|
|||
geary (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Instead of a thick bar drawn in Cairo (I think?), the separator should just be drawn with CSS. The following is what I use in elementary theme:
ConversationLis
-GtkWidget-
-GtkTreeVie
}
ConversationLis
border-style: solid;
border-width: 0 0 1px 0;
border-color: alpha (#000, 0.2);
}
ConversationLis
border-style: solid;
border-width: 0 0 1px 0;
border-color: shade (@selected_
}
Changed in geary: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in geary: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
To post a comment you must log in.
If that works, I would be very happy. Our original proposal was to space out the cells, but GtkCellRender is severely limited in what it can draw. If CSS gets us there (or we simply restyle with a better border), I'm stoked.