2014-11-15 23:04:51 +01:00
|
|
|
QScrollArea {
|
|
|
|
background: @themeMedium;
|
|
|
|
}
|
|
|
|
|
2014-06-30 19:12:17 -07:00
|
|
|
QScrollBar:vertical {
|
2014-11-15 18:29:41 +01:00
|
|
|
background: @themeMedium;
|
2014-09-28 17:30:00 +02:00
|
|
|
width: 16px;
|
|
|
|
padding: 0px 3px 0px 3px;
|
2014-06-30 19:12:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical {
|
2014-11-15 18:29:41 +01:00
|
|
|
background: @themeDark;
|
2014-07-23 19:05:14 -07:00
|
|
|
min-height: 20px;
|
2014-09-28 17:30:00 +02:00
|
|
|
border-radius: 5px;
|
|
|
|
margin: 3px 0px 3px 0px;
|
2014-06-30 19:12:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical:hover {
|
2014-11-15 18:29:41 +01:00
|
|
|
background: @themeMediumDark;
|
2014-06-30 19:12:17 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar:handle:vertical:pressed {
|
2014-11-15 18:29:41 +01:00
|
|
|
background: @themeDark;
|
2014-06-30 19:12:17 -07:00
|
|
|
}
|
|
|
|
|
2014-07-23 19:05:14 -07:00
|
|
|
QScrollBar:add-line:vertical {height: 0px;subcontrol-position: bottom;subcontrol-origin: margin;}
|
2014-06-30 19:12:17 -07:00
|
|
|
|
2014-07-23 19:05:14 -07:00
|
|
|
QScrollBar:sub-line:vertical {height: 0px;subcontrol-position: top;subcontrol-origin: margin;}
|
2014-06-30 19:12:17 -07:00
|
|
|
|
|
|
|
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical {
|
2014-07-23 19:05:14 -07:00
|
|
|
background: none;
|
2014-06-30 19:12:17 -07:00
|
|
|
}
|
2015-06-25 11:55:06 -04: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;
|
|
|
|
}
|