mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
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:
parent
61685ca9b3
commit
a1fa0c610f
1 changed files with 10 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue