mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
Removed hardcorded stylesheet from PulseReplySeperator
* Fixed some dark style issues
This commit is contained in:
parent
3a07a268ca
commit
1b8bee4262
@ -40,10 +40,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QFrame#frame{border: 2px solid #CCCCCC;
|
<string notr="true"/>
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
||||||
stop: 0 #EEEEEE, stop: 1 #CCCCCC);
|
|
||||||
border-radius: 10px}</string>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
<enum>QFrame::StyledPanel</enum>
|
<enum>QFrame::StyledPanel</enum>
|
||||||
|
@ -2436,7 +2436,7 @@ WireGroupItem QFrame#wire_frame QLabel{
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
WireGroupItem QFrame#wire_frame:hover {
|
WireGroupItem QFrame#wire_frame:hover {
|
||||||
background-color: #2e8bab;
|
background-color: #346792;
|
||||||
}
|
}
|
||||||
|
|
||||||
PulseTopLevel QFrame#frame,
|
PulseTopLevel QFrame#frame,
|
||||||
@ -2446,13 +2446,6 @@ PulseReply QFrame#frame {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PulseAddDialog QTextEdit#textEdit_Pulse {
|
|
||||||
border: 2px solid #c4cfd6;
|
|
||||||
border-radius: 6px;
|
|
||||||
background: white;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
PulseReply #line_replyLine,
|
PulseReply #line_replyLine,
|
||||||
PulseMessage #line{
|
PulseMessage #line{
|
||||||
color: #c4cfd6;
|
color: #c4cfd6;
|
||||||
@ -2462,6 +2455,16 @@ PulseReply QLabel#label_groupName{
|
|||||||
color: #5b7083;
|
color: #5b7083;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PulseReplySeperator QFrame#frame {
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #455364, stop: 0.5 #54687A,stop: 0.6 #44586A, stop:1 #455364);
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#label_masthead{
|
||||||
|
border: 2px solid #CCCCCC;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/**** Color definitions ****/
|
/**** Color definitions ****/
|
||||||
|
|
||||||
ForumsDialog, GxsForumThreadWidget
|
ForumsDialog, GxsForumThreadWidget
|
||||||
@ -2552,10 +2555,3 @@ OpModeStatus[opMode="Minimal"] {
|
|||||||
[WrongValue="true"] {
|
[WrongValue="true"] {
|
||||||
background-color: #702020;
|
background-color: #702020;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**** The Wire ****/
|
|
||||||
|
|
||||||
QLabel#label_masthead{
|
|
||||||
border: 2px solid #CCCCCC;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
@ -2687,6 +2687,12 @@ PulseReply QLabel#label_groupName{
|
|||||||
color: #5b7083;
|
color: #5b7083;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PulseReplySeperator QFrame#frame {
|
||||||
|
border: 2px solid #CCCCCC;
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #EEEEEE, stop: 1 #CCCCCC);
|
||||||
|
border-radius: 10px}
|
||||||
|
}
|
||||||
|
|
||||||
QLabel#label_masthead{
|
QLabel#label_masthead{
|
||||||
border: 2px solid #CCCCCC;
|
border: 2px solid #CCCCCC;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -184,3 +184,9 @@ QLabel#label_masthead{
|
|||||||
border: 2px solid #CCCCCC;
|
border: 2px solid #CCCCCC;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PulseReplySeperator QFrame#frame {
|
||||||
|
border: 2px solid #CCCCCC;
|
||||||
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #EEEEEE, stop: 1 #CCCCCC);
|
||||||
|
border-radius: 10px}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user