1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/themes/default/friendList/friendList.css

85 lines
1.2 KiB
CSS
Raw Normal View History

2018-08-10 13:19:34 +08:00
QScrollArea
{
background: @themeMedium;
}
2018-08-10 13:19:34 +08:00
QScrollBar:vertical
{
2014-11-16 01:29:41 +08:00
background: @themeMedium;
width: 16px;
padding: 0px 3px 0px 3px;
}
2018-08-10 13:19:34 +08:00
QScrollBar:handle:vertical
{
2014-11-16 01:29:41 +08:00
background: @themeDark;
min-height: 20px;
border-radius: 5px;
margin: 3px 0px 3px 0px;
}
2018-08-10 13:19:34 +08:00
QScrollBar:handle:vertical:hover
{
2014-11-16 01:29:41 +08:00
background: @themeMediumDark;
}
2018-08-10 13:19:34 +08:00
QScrollBar:handle:vertical:pressed
{
2014-11-16 01:29:41 +08:00
background: @themeDark;
}
2018-08-10 13:19:34 +08:00
QScrollBar:add-line:vertical
{
height: 0px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
2018-08-10 13:19:34 +08:00
QScrollBar:sub-line:vertical
{
height: 0px;
subcontrol-position: top;
subcontrol-origin: margin;
}
2018-08-10 13:19:34 +08:00
QScrollBar:add-page:vertical, QScrollBar::sub-page:vertical
{
background: none;
}
QWidget#circleWidgetContainer > QFrame#line
{
2018-08-10 13:19:34 +08:00
color: white;
}
QWidget#circleWidgetContainer
{
2018-08-10 13:19:34 +08:00
background-color: @themeMedium;
}
QWidget#circleWidgetContainer:hover
{
2018-08-10 13:19:34 +08:00
background-color: @themeLight;
}
QWidget#circleWidgetContainer QLineEdit
{
2018-08-10 13:19:34 +08:00
background-color: @themeLight;
}
QWidget#circleWidgetContainer > QLabel#status
{
2018-08-10 13:19:34 +08:00
font: @small;
2019-02-23 00:01:43 +08:00
color: @groundExtra;
}
QWidget#circleWidgetContainer > QLabel#name
{
2018-08-10 13:19:34 +08:00
font: @big;
2019-02-23 00:01:43 +08:00
color: @groundBase;
}
2018-12-09 23:51:51 +08:00
QLabel {
2018-12-10 05:20:46 +08:00
color: white;
2018-12-09 23:51:51 +08:00
}