火狐怎么把滚动条改成灰色的

和这个一样 鼠标放上去不改变颜色 要上下两个箭头
2025-05-08 13:05:08
推荐回答(1个)
回答1:

/*Scrollbar aero*/

scrollbar {-moz-appearance: -moz-win-glass !important; background: rgba(255,255,255,.1) !important; }

scrollbar > * {-moz-appearance: none !important; border: none !important; background-color: rgba(255,255,255,.1) !important; }

scrollbar > * * { -moz-appearance: none !important; border-width: 0px !important; background: -moz-radial-gradient(center, rgba(50,50,50,.5), rgba(200,200,200,.5)) !important; }

这样应该可以