Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 549 B |
@ -1,74 +0,0 @@ |
|||||||
QScrollArea { |
|
||||||
background: transparent; |
|
||||||
border: 0 0 0 0; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollArea > QWidget > QWidget { |
|
||||||
background: transparent; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar:vertical { |
|
||||||
background: white; |
|
||||||
width: 10px; |
|
||||||
margin: 12px 0 12px 0; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::handle:vertical { |
|
||||||
background: #d1d1d1; |
|
||||||
min-height: 20px; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::handle:vertical:hover { |
|
||||||
background: #e3e3e3; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::handle:vertical:pressed { |
|
||||||
background: #b1b1b1; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::add-line:vertical { |
|
||||||
background: url("ui/chatArea/scrollBarDownArrow.png") center; |
|
||||||
height: 10px; |
|
||||||
subcontrol-position: bottom; |
|
||||||
subcontrol-origin: margin; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::add-line:vertical:hover { |
|
||||||
background: url("ui/chatArea/scrollBarDownArrowHover.png") center; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::add-line:vertical:pressed { |
|
||||||
background: url("ui/chatArea/scrollBarDownArrowPressed.png") center; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::sub-line:vertical { |
|
||||||
background: url("ui/chatArea/scrollBarUpArrow.png") center; |
|
||||||
height: 10px; |
|
||||||
subcontrol-position: top; |
|
||||||
subcontrol-origin: margin; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::sub-line:vertical:hover { |
|
||||||
background: url("ui/chatArea/scrollBarUpArrowHover.png") center; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::sub-line:vertical:pressed { |
|
||||||
background: url("ui/chatArea/scrollBarUpArrowPressed.png") center; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar:QScrollBar::down-arrow:vertical { |
|
||||||
width: 10; |
|
||||||
height: 10px; |
|
||||||
background: white; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar:QScrollBar::up-arrow:vertical { |
|
||||||
width: 10px; |
|
||||||
height: 10px; |
|
||||||
background: white; |
|
||||||
} |
|
||||||
|
|
||||||
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { |
|
||||||
background: none; |
|
||||||
} |
|
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 217 B |