https://bugs.freedesktop.org/show_bug.cgi?id=69358

--- Comment #5 from Mirek2 <maz...@gmail.com> ---
The gradient varies a bit between Snow Leopard and Lion. Firefox uses these:
http://mxr.mozilla.org/mozilla-central/source/widget/cocoa/nsNativeThemeColors.h

The problem with simply applying a gradient is that Mac OS uses a single
gradient behind the top toolbar and the title bar. If we use the native title
bar and draw the native gradient behind the toolbar as well, the result is
relatively ugly. It'd be nicer if we could draw the title bar ourselves or if
we drew the top toolbars natively, but I assume that would be too much work for
too little gain.

So, if we have to draw a toolbar background, I'd suggest to go a different
route and try to fit the toolbar to the document area. The toolbar gradient
from bottom to top could be #f3f3f3, #f6f6f6 at 94%, and #e6e6e6 at the top
(shadow cast by title bar). The toolbars not docked at the top could have a
simple #f3f3f3 fill. The toolbar separator would consist of 2 1px lines:
#fafafa as the inner highlight, #d5d5d5 at the very edge.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to