mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix friendlist having a bad gray background
Thanks to toweI for reporting the issue
This commit is contained in:
parent
1f0e14c18e
commit
5bed0c248a
|
@ -1,3 +1,7 @@
|
|||
QScrollArea {
|
||||
background: @themeMedium;
|
||||
}
|
||||
|
||||
QScrollBar:vertical {
|
||||
background: @themeMedium;
|
||||
width: 16px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user