mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-11 18:29:16 -04:00
Merge pull request #2504 from defnax/default-stylesheetfix
fixed stylesheets for the default.qss
This commit is contained in:
commit
556322a015
@ -418,3 +418,26 @@ OpModeStatus[opMode="Minimal"] {
|
||||
[WrongValue="true"] {
|
||||
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…
x
Reference in New Issue
Block a user