2014-11-02 23:26:23 +00:00
|
|
|
QLineEdit
|
|
|
|
{
|
|
|
|
background: none;
|
2014-11-15 21:30:20 +01:00
|
|
|
background-color: @themeMedium;
|
2014-11-03 09:12:21 +00:00
|
|
|
color: white;
|
|
|
|
border: 0px;
|
2015-05-16 17:27:57 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QToolButton
|
|
|
|
{
|
2015-05-16 17:27:57 +01:00
|
|
|
background: none;
|
|
|
|
background-color: @themeMedium;
|
|
|
|
color: white;
|
|
|
|
border-style: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QToolButton:pressed
|
|
|
|
{
|
2015-05-28 23:14:41 +03:00
|
|
|
background-color: @themeMediumDark;
|
2015-05-16 17:27:57 +01:00
|
|
|
border-radius: 4px;
|
2015-06-17 08:40:14 -04:00
|
|
|
color: white;
|
2015-05-16 17:27:57 +01:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QToolButton::menu-indicator
|
|
|
|
{
|
2015-06-12 12:09:01 -04:00
|
|
|
image: none
|
2015-05-16 17:27:57 +01:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QPushButton#green
|
|
|
|
{
|
2016-02-20 22:32:57 +01:00
|
|
|
background: none;
|
|
|
|
background-color: #6bc260;
|
|
|
|
color: white;
|
|
|
|
border-style: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
margin: 4px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:hover
|
|
|
|
{
|
|
|
|
background-color: #79c76f;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:pressed
|
|
|
|
{
|
|
|
|
background-color: #51b244;
|
|
|
|
}
|
|
|
|
|
2015-05-16 17:27:57 +01:00
|
|
|
/**
|
2016-08-04 06:25:50 +08:00
|
|
|
Uncomment this after https://github.com/qTox/qTox/pull/1640
|
2015-05-16 17:27:57 +01:00
|
|
|
is merged!
|
2018-08-10 13:19:34 +08:00
|
|
|
QComboBox:down-arrow
|
|
|
|
{
|
2015-05-16 17:27:57 +01:00
|
|
|
image: url(ui/css/down_arrow.png);
|
|
|
|
}
|
|
|
|
**/
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QListView
|
|
|
|
{
|
2015-05-16 17:27:57 +01:00
|
|
|
background-color: @themeLight;
|
|
|
|
border-style: none;
|
|
|
|
border-radius: 4px;
|
2014-11-02 23:26:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#statusPanel
|
2014-10-04 10:24:20 +02:00
|
|
|
{
|
2014-11-15 18:29:41 +01:00
|
|
|
background-color: @themeDark;
|
2014-10-04 10:24:20 +02:00
|
|
|
}
|
|
|
|
|
2015-02-07 12:46:55 +01:00
|
|
|
#statusPanel > #statusHead
|
|
|
|
{
|
|
|
|
background-color: @themeDark;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#statusPanel > #statusHead > #nameLabel
|
|
|
|
{
|
2015-02-07 12:46:55 +01:00
|
|
|
background-color: @themeDark;
|
2014-10-04 10:24:20 +02:00
|
|
|
font: @extraBig;
|
2019-02-22 18:01:43 +02:00
|
|
|
color: @groundBase;
|
2014-10-04 10:24:20 +02:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#statusPanel > #statusHead > #statusLabel
|
|
|
|
{
|
2015-02-07 12:46:55 +01:00
|
|
|
background-color: @themeDark;
|
2014-10-06 23:39:07 +09:00
|
|
|
font: @medium;
|
2019-02-22 18:01:43 +02:00
|
|
|
color: @groundExtra;
|
2014-10-04 10:24:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#statusPanel > #statusHead > #statusButton
|
|
|
|
{
|
|
|
|
background: none;
|
2014-11-15 21:30:20 +01:00
|
|
|
background-color: @themeMedium;
|
2014-10-04 10:24:20 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 6px;
|
|
|
|
width: 20px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*Bugged in Qt, but it's probably better to leave enabled so that users can tell it's clickable*/
|
2017-05-01 11:05:41 +02:00
|
|
|
#statusPanel > #statusHead > #statusButton:hover
|
2014-10-04 10:24:20 +02:00
|
|
|
{
|
2014-11-15 21:30:20 +01:00
|
|
|
background-color: @themeLight;
|
2014-10-04 10:24:20 +02:00
|
|
|
}
|
|
|
|
|
2017-05-01 11:05:41 +02:00
|
|
|
#statusPanel > #statusHead > #statusButton:pressed
|
2014-10-04 10:24:20 +02:00
|
|
|
{
|
2014-11-15 21:30:20 +01:00
|
|
|
background-color: @themeMedium;
|
2014-10-04 10:24:20 +02:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#statusPanel > #statusHead > #statusButton:focus
|
|
|
|
{
|
2014-10-04 10:24:20 +02:00
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#statusPanel > #statusHead > #statusButton::menu-indicator {image: none;}
|
|
|
|
|
2017-05-01 11:05:41 +02:00
|
|
|
#statusPanel > #statusHead > #statusButton::menu-indicator:pressed, #statusPanel > #statusHead > #statusButton::menu-indicator:open
|
2014-10-04 10:24:20 +02:00
|
|
|
{
|
2018-09-10 14:19:22 +03:00
|
|
|
image: url("@getImagePath(statusButton/menu_indicator.svg)");
|
2014-10-04 10:24:20 +02:00
|
|
|
subcontrol-origin: padding;
|
|
|
|
subcontrol-position: bottom center;
|
|
|
|
position: relative;
|
|
|
|
bottom: 2px;
|
|
|
|
}
|