Mini Kabibi Habibi
QWidget#wgtTop
{
background: #f6f6f6;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
QPushButton#btnAdd,
QPushButton#btnDelete,
QPushButton#btnSend
{
background:transparent;
border:none;
color:#4a4a4a;
}
QPushButton#btnAdd:hover,
QPushButton#btnDelete:hover,
QPushButton#btnSend:hover
{
background:transparent;
border:none;
color:#232629;
}
QPushButton#btnAdd:pressed,
QPushButton#btnDelete:pressed,
QPushButton#btnSend:pressed
{
background:transparent;
border:none;
color:#3598db;
}
QPushButton#btnAdd:checked,
QPushButton#btnDelete:checked,
QPushButton#btnSend:checked
{
background:transparent;
border:none;
color:#3598db;
}