style: Use LookAndFeelCache to pass Gtk theme-derived scrollbar colors to content processes.

Differential Revision: https://phabricator.services.mozilla.com/D93467
This commit is contained in:
Cameron McCormack 2020-10-15 04:54:41 +00:00 committed by Emilio Cobos Álvarez
parent 61685ca9b3
commit a1fa0c610f

View file

@ -107,6 +107,16 @@ pub enum SystemColor {
IMESelectedConvertedTextUnderline,
#[css(skip)]
SpellCheckerUnderline,
#[css(skip)]
ScrollbarInactive,
#[css(skip)]
ScrollbarThumb,
#[css(skip)]
ScrollbarThumbHover,
#[css(skip)]
ScrollbarThumbActive,
#[css(skip)]
ScrollbarThumbInactive,
Activeborder,
Activecaption,
Appworkspace,