Set the TextBrowser transparent for better look

This commit is contained in:
defnax 2020-03-06 00:22:53 +01:00
parent 5eb62a96a6
commit a480d995d6

View File

@ -860,3 +860,8 @@ PostedCreatePostDialog QPushButton#submitButton:hover {
min-width: 4em;
padding: 2px;
}
MessageWidget QTextBrowser#toText , QTextBrowser#ccText , QTextBrowser#bccText {
background: transparent;
border: none;
}