mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
907 B
34 lines
907 B
QScrollArea { |
|
background: #414141!important; |
|
} |
|
|
|
QScrollBar:vertical { |
|
background: #414141!important; |
|
width: 14px!important; |
|
margin-top: 2px!important; |
|
margin-bottom: 2px!important; |
|
} |
|
|
|
QScrollBar:handle:vertical { |
|
background: #1c1c1c!important; |
|
min-height: 20px!important; |
|
border-radius: 3px!important; |
|
margin-left: 3px!important; |
|
margin-right: 1px!important; |
|
} |
|
|
|
QScrollBar:handle:vertical:hover { |
|
background: #2d2d2d!important; |
|
} |
|
|
|
QScrollBar:handle:vertical:pressed { |
|
background: #171717!important; |
|
} |
|
|
|
QScrollBar:add-line:vertical {height: 0px!important;subcontrol-position: bottom!important;subcontrol-origin: margin!important;} |
|
|
|
QScrollBar:sub-line:vertical {height: 0px!important;subcontrol-position: top!important;subcontrol-origin: margin!important;} |
|
|
|
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical { |
|
background: none!important; |
|
}
|
|
|