mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
fixed stylesheets for the default.qss
This commit is contained in:
parent
1d2b91a675
commit
dc40927958
@ -418,3 +418,26 @@ OpModeStatus[opMode="Minimal"] {
|
|||||||
[WrongValue="true"] {
|
[WrongValue="true"] {
|
||||||
background-color: #FF8080;
|
background-color: #FF8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* HeaderFrame & TitleBarFrame */
|
||||||
|
|
||||||
|
QFrame[objectName^="headerFrame"],
|
||||||
|
QFrame[objectName^="headerBFrame"] {
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD);
|
||||||
|
border: 1px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
QFrame[objectName^="#headerBFrame"] {
|
||||||
|
border: 1px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
QFrame[objectName^="headerFrame"] > *:!hover,
|
||||||
|
QFrame[objectName^="headerBFrame"] > *:!hover{
|
||||||
|
background: transparent;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QFrame#toolBarFrame, QFrame#toolBarFrameTop {
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user