GNOME Bugzilla – Bug 700485
scrollbar looks bad in classic mode menus
Last modified: 2013-06-07 18:18:53 UTC
Created attachment 244468 [details] screenshot The scrollbar doesn't really fit in and looks bad in the classic mode menus. The style was designed for a dark theme.
Created attachment 245072 [details] [review] Style scrollbar in classic bubbles
Review of attachment 245072 [details] [review]: ::: data/gnome-classic.css @@ +96,3 @@ } + Unrelated whitespace changes @@ +101,3 @@ spinner-image: url("classic-process-working.svg"); } + dto. @@ +173,3 @@ + .popup-menu StScrollBar StButton#vhandle, .popup-menu StScrollBar StButton#hhandle { + border-color: #e9e9e9; + border-width: 3px; Not sure about the width change - it looks like a workaround for a bug in the applications-menu extension (and one that only works in classic mode at that); should be fixed in the extension instead
(In reply to comment #2) > it looks like a workaround for a bug in the applications-menu extension [...] > and should be fixed in the extension instead See bug 700852, fixed in both master and 3-8.
Created attachment 245386 [details] [review] Style scrollbar in classic bubbles
Review of attachment 245386 [details] [review]: LGTM
Attachment 245386 [details] pushed as 6f57211 - Style scrollbar in classic bubbles