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

64 lines
855 B
CSS
Raw Normal View History

QAbstractButton
2014-06-28 14:05:31 +08:00
{
background-image: url(":/ui/videoButton/videoButton.svg");
background-repeat: none;
background-position: center;
2014-06-28 14:05:31 +08:00
border: none;
border-radius: 5px;
2014-06-28 14:05:31 +08:00
}
QAbstractButton:disabled
{
background-color: #919191;
}
QAbstractButton:focus
{
outline: none;
}
QAbstractButton#green
{
background-color: #6bc260;
}
QAbstractButton#green:hover
2014-06-28 14:05:31 +08:00
{
background-color: #79c76f;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#green:pressed
2014-06-28 14:05:31 +08:00
{
background-color: #51b244;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#red
2014-06-28 14:05:31 +08:00
{
background-color: #c84e4e;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#red:hover
2014-06-28 14:05:31 +08:00
{
background-color: #e87474;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#red:pressed
2014-06-28 14:05:31 +08:00
{
background-color: #df3b3b;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#yellow
2014-06-28 14:05:31 +08:00
{
background-color: #e6e465;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#yellow:hover
2014-06-28 14:05:31 +08:00
{
background-color: #e8e774;
2014-06-28 14:05:31 +08:00
}
QAbstractButton#yellow:pressed
2014-06-28 14:05:31 +08:00
{
background-color: #e3e155;
2014-06-28 14:05:31 +08:00
}