CSS SCROLLBAR-SHADOW-COLOR

  • Share
  • Share

This property describes the color of the inner bottom and right bevel edges (the normally lighter portion of the “shadows”) of the scrollbar arrows and scroll bar slider box portions of a scroll bar

 

Example

body { scrollbar-shadow-color: #ff00ff }

<body style=”scrollbar-shadow-color:#cccccc”>content</body>

 

Possible Values

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