Quote:
Originally Posted by Comfy.n
I'm trying to figure how some themes are able to style the border outline of the *native* calibre scrollbar handle. I didn't know this is possible.
|
It could be specific to the palette file that QSS is handling, or something
Code:
QScrollBar:vertical { border: 1px solid #444; background: #2b2b2b; width: 12px; margin: 0px 0px 0px 0px; } QScrollBar::handle:vertical { background: #888; min-height: 20px; border: 1px solid #555; }