2017-11-16 06:17:39 +08:00
|
|
|
/* Message edit */
|
|
|
|
|
|
|
|
QAbstractButton#emoteButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/emoteButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-top-right-radius: 5px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#fileButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/fileButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#screenshotButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/screenshotButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-top-left-radius: 5px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#sendButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/sendButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Header */
|
|
|
|
|
2017-10-28 18:50:30 +08:00
|
|
|
QAbstractButton#volButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
border-image: url("@getImagePath(chatForm/volButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
2017-10-28 18:50:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#micButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
border-image: url("@getImagePath(chatForm/micButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
2017-10-28 18:50:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#videoButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/videoButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 50px;
|
|
|
|
height: 40px;
|
2017-10-28 18:50:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#callButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/callButton.svg)");
|
2017-11-16 06:17:39 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 50px;
|
|
|
|
height: 40px;
|
2017-10-28 18:50:30 +08:00
|
|
|
}
|
|
|
|
|
2018-02-11 23:38:05 +08:00
|
|
|
/* SearchLine */
|
|
|
|
|
2018-06-16 18:41:31 +08:00
|
|
|
QAbstractButton#searchSettingsButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/searchSettingsButton.svg)");
|
2018-06-16 18:41:31 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
|
2018-02-15 01:41:59 +08:00
|
|
|
QAbstractButton#searchHideButton
|
2018-02-03 21:02:11 +08:00
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/searchHideButton.svg)");
|
2018-02-03 21:02:11 +08:00
|
|
|
border-radius: 5px;
|
2018-02-11 23:38:05 +08:00
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
2018-02-03 21:02:11 +08:00
|
|
|
}
|
|
|
|
|
2018-02-04 22:17:55 +08:00
|
|
|
QAbstractButton#searchUpButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/searchUpButton.svg)");
|
2018-02-04 22:17:55 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#searchDownButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/searchDownButton.svg)");
|
2018-02-04 22:17:55 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
|
2018-06-16 18:41:31 +08:00
|
|
|
QAbstractButton#choiceDateButton
|
|
|
|
{
|
2018-09-10 19:19:22 +08:00
|
|
|
background-image: url("@getImagePath(chatForm/searchCalendarButton.svg)");
|
2018-06-16 18:41:31 +08:00
|
|
|
border-radius: 5px;
|
2018-07-28 02:39:14 +08:00
|
|
|
width: 45px;
|
|
|
|
height: 35px;
|
2018-06-16 18:41:31 +08:00
|
|
|
}
|
|
|
|
|
2018-06-25 03:01:45 +08:00
|
|
|
QAbstractButton#startButton
|
|
|
|
{
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 60px;
|
|
|
|
height: 35px;
|
|
|
|
color: #fff
|
|
|
|
}
|
|
|
|
|
2017-11-16 06:17:39 +08:00
|
|
|
/* Common */
|
|
|
|
|
2017-10-28 18:50:30 +08:00
|
|
|
QAbstractButton
|
|
|
|
{
|
|
|
|
background-repeat: none;
|
|
|
|
background-position: center;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton:disabled
|
|
|
|
{
|
2018-08-12 20:38:10 +08:00
|
|
|
color: gray;
|
2017-10-28 18:50:30 +08:00
|
|
|
background-color: #919191;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton:focus
|
|
|
|
{
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="green"]
|
|
|
|
{
|
|
|
|
background-color: #6bc260;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="green"]:hover
|
|
|
|
{
|
|
|
|
background-color: #79c76f;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="green"]:pressed
|
|
|
|
{
|
|
|
|
background-color: #51b244;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="red"]
|
|
|
|
{
|
|
|
|
background-color: #c84e4e;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="red"]:hover
|
|
|
|
{
|
|
|
|
background-color: #e87474;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="red"]:pressed
|
|
|
|
{
|
|
|
|
background-color: #df3b3b;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="yellow"]
|
|
|
|
{
|
|
|
|
background-color: #e6e465;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="yellow"]:hover
|
|
|
|
{
|
|
|
|
background-color: #e8e774;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton[state="yellow"]:pressed
|
|
|
|
{
|
|
|
|
background-color: #e3e155;
|
|
|
|
}
|