1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/friendList/friendList.css
Tux3 / Mlkj / !Lev.uXFMLA 5bed0c248a
Fix friendlist having a bad gray background
Thanks to toweI for reporting the issue
2014-11-15 23:04:51 +01:00

33 lines
712 B
CSS

QScrollArea {
background: @themeMedium;
}
QScrollBar:vertical {
background: @themeMedium;
width: 16px;
padding: 0px 3px 0px 3px;
}
QScrollBar:handle:vertical {
background: @themeDark;
min-height: 20px;
border-radius: 5px;
margin: 3px 0px 3px 0px;
}
QScrollBar:handle:vertical:hover {
background: @themeMediumDark;
}
QScrollBar:handle:vertical:pressed {
background: @themeDark;
}
QScrollBar:add-line:vertical {height: 0px;subcontrol-position: bottom;subcontrol-origin: margin;}
QScrollBar:sub-line:vertical {height: 0px;subcontrol-position: top;subcontrol-origin: margin;}
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}