mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-31 11:42:35 +00:00
17 lines
288 B
CSS
17 lines
288 B
CSS
::-webkit-scrollbar
|
|
{
|
|
width: 6px; /* for vertical scrollbars */
|
|
height: 6px; /* for horizontal scrollbars */
|
|
}
|
|
|
|
::-webkit-scrollbar-track
|
|
{
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb
|
|
{
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.grecaptcha-badge { visibility: hidden; } |