CSS SCROLLBAR-FACE-COLOR

  • Share
  • Share

This property describes the color for the button face of the scrollbar arrow widgets, the button face color of the slider widget and the main color of the inactive square at the bottom/right corner of the scrolled box. This property has no effect on the scrollbar tray/track that the scrollbar slider widget travels in

 

Example

body { scrollbar-face-color: red }

<body style=”scrollbar-face-color: red”>text</body>
 

 

Possible Values

Value Description
[color] This is a representation of the values for Red/Green/Blue used to determine a final display color.