2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2016-08-29 15:07:23 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
border: none;
|
2015-02-12 20:18:04 +08:00
|
|
|
background-image: url(":/ui/callButton/callButton.svg");
|
|
|
|
background-repeat: none;
|
|
|
|
background-position: center;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton:disabled
|
|
|
|
{
|
|
|
|
background-color: #919191;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton:focus
|
|
|
|
{
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#green
|
|
|
|
{
|
|
|
|
background-color: #6bc260;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#green:hover
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #79c76f;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#green:pressed
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #51b244;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#red
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #c84e4e;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
2015-02-12 20:18:04 +08:00
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#red:hover
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #e87474;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#red:pressed
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #df3b3b;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#yellow
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #e6e465;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
2015-02-12 20:18:04 +08:00
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#yellow:hover
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #e8e774;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#yellow:pressed
|
2014-06-28 13:14:38 +08:00
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #e3e155;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|