toxygen/toxygen/styles/style.qss

41 lines
356 B
Plaintext
Raw Normal View History

2022-09-27 14:38:39 +02:00
#searchLineEdit
{
padding-left: 22px;
}
2017-07-14 20:21:53 +02:00
MessageEdit
{
border: none;
}
MessageEdit::focus
{
border: none;
}
MessageItem::focus
{
border: none;
}
MessageEdit:hover
{
border: none;
}
MessageEdit
{
background-color: transparent;
}
2022-09-27 14:38:39 +02:00
#warningLabel
{
color: #BC1C1C;
}
#groupInvitesPushButton
{
background-color: #009c00;
}