toxygen/toxygen/styles/style.qss

41 lines
356 B
Plaintext
Raw Permalink Normal View History

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