mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-30 01:38:51 -04:00
Set the TextBrowser transparent for better look
This commit is contained in:
parent
5eb62a96a6
commit
a480d995d6
1 changed files with 5 additions and 0 deletions
|
@ -860,3 +860,8 @@ PostedCreatePostDialog QPushButton#submitButton:hover {
|
||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MessageWidget QTextBrowser#toText , QTextBrowser#ccText , QTextBrowser#bccText {
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue