2014-11-16 06:04:51 +08:00
|
|
|
QScrollArea {
|
|
|
|
background: @themeMedium;
|
|
|
|
}
|
|
|
|
|
2014-07-01 10:12:17 +08:00
|
|
|
QScrollBar:vertical {
|
2014-11-16 01:29:41 +08:00
|
|
|
background: @themeMedium;
|
2014-09-28 23:30:00 +08:00
|
|
|
width: 16px;
|
|
|
|
padding: 0px 3px 0px 3px;
|
2014-07-01 10:12:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical {
|
2014-11-16 01:29:41 +08:00
|
|
|
background: @themeDark;
|
2014-07-24 10:05:14 +08:00
|
|
|
min-height: 20px;
|
2014-09-28 23:30:00 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
margin: 3px 0px 3px 0px;
|
2014-07-01 10:12:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical:hover {
|
2014-11-16 01:29:41 +08:00
|
|
|
background: @themeMediumDark;
|
2014-07-01 10:12:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical:pressed {
|
2014-11-16 01:29:41 +08:00
|
|
|
background: @themeDark;
|
2014-07-01 10:12:17 +08:00
|
|
|
}
|
|
|
|
|
2014-07-24 10:05:14 +08:00
|
|
|
QScrollBar:add-line:vertical {height: 0px;subcontrol-position: bottom;subcontrol-origin: margin;}
|
2014-07-01 10:12:17 +08:00
|
|
|
|
2014-07-24 10:05:14 +08:00
|
|
|
QScrollBar:sub-line:vertical {height: 0px;subcontrol-position: top;subcontrol-origin: margin;}
|
2014-07-01 10:12:17 +08:00
|
|
|
|
|
|
|
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical {
|
2014-07-24 10:05:14 +08:00
|
|
|
background: none;
|
2014-07-01 10:12:17 +08:00
|
|
|
}
|
2015-06-25 23:55:06 +08:00
|
|
|
|
|
|
|
QWidget#circleWidgetContainer > QFrame#line
|
|
|
|
{
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget#circleWidgetContainer
|
|
|
|
{
|
|
|
|
background-color: @themeMedium;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget#circleWidgetContainer:hover
|
|
|
|
{
|
|
|
|
background-color: @themeLight;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget#circleWidgetContainer QLineEdit
|
|
|
|
{
|
|
|
|
background-color: @themeLight;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget#circleWidgetContainer > QLabel#status
|
|
|
|
{
|
|
|
|
font: @small;
|
|
|
|
color: @lightGrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget#circleWidgetContainer > QLabel#name
|
|
|
|
{
|
|
|
|
font: @big;
|
|
|
|
color: @white;
|
|
|
|
}
|