mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-10 16:29:27 -04:00
fixed the default stylesheet for the chat widget title bar frame
This commit is contained in:
parent
ad02c4c91e
commit
826027bc04
1 changed files with 5 additions and 0 deletions
|
@ -225,6 +225,11 @@ ChatWidget QFrame#infoFrame {
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ChatWidget QFrame#titleBarFrame {
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
PopupChatWindow QToolBar#chattoolBar{
|
PopupChatWindow QToolBar#chattoolBar{
|
||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD);
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD);
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue