Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为页面上的文本区域设置了蓝色背景,我不喜欢黑色箭头/拖动器与蓝色的外观。有什么方法可以更改该拖动器的颜色(或一般样式)?
编辑:我正在使用 Chrome,并考虑过这是浏览器特定的东西,我无法更改。
Webkit 对此有一个伪元素:::-webkit-resizer
::-webkit-resizer
小提琴
::-webkit-resizer{ border: 9px solid rgba(0,0,0,.1); }