I want to use CSS to make a userstyle for stylish that would change the appearance of the "resize window corner" element. I don t know which selector to use. scrollcorner works only if there are both vertical and horizontal scrollbars present. Some example screenshots:
只有水平滚动条-调整大小角是白色的
只有垂直滚动条-调整大小角是白色的
两个滚动条都存在-使用CSS代码正确设置了调整大小角的样式:
scrollcorner{-moz-appearance: none !important; background: red !important;}