GNOME Bugzilla – Bug 754966
Adwaita scroll start/end effect looks bad in the entry view.
Last modified: 2015-09-19 17:07:25 UTC
Created attachment 311236 [details] Screencast showing the scroll effect error. Adwaita shows a blue glossy shadow when the user hits the start or end of an scrolled windows, but in Almanah this shadow looks like an opaque rectangle, which hides the content of the diary entry, and looks ugly.
This error happens because the Almanah CSS sets to white the background of the GtkScroll in the GtkTextView.
Created attachment 311672 [details] [review] UI: Fixed entry scroll effect with Adwaita The main problem is the GtkScrolledWindow white background and the border styles, so we have removed it, including some left & right margin allowing a better look of the text.
Attachment 311672 [details] pushed as a697e86 - UI: Fixed entry scroll effect with Adwaita