mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
Merge pull request #2178 from defnax/Forum-Name-stylesheet
Fixed forum name stylesheet
This commit is contained in:
commit
f00524fee7
@ -228,7 +228,7 @@ PulseAddDialog QPushButton#pushButton_Post:disabled {
|
|||||||
|
|
||||||
/* Forums */
|
/* Forums */
|
||||||
|
|
||||||
GxsForumThreadWidget QLabel#forumName
|
GxsForumThreadWidget QPushButton#forumName
|
||||||
{
|
{
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -1969,7 +1969,7 @@ GxsChannelPostItem > QFrame#mainFrame[new=true] {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsForumThreadWidget QLabel#forumName
|
GxsForumThreadWidget QPushButton#forumName
|
||||||
{
|
{
|
||||||
qproperty-fontSizeFactor: 140;
|
qproperty-fontSizeFactor: 140;
|
||||||
color: #0099cc;
|
color: #0099cc;
|
||||||
|
@ -1373,7 +1373,7 @@ PostedCreatePostDialog QPushButton#submitButton:hover {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GxsForumThreadWidget QLabel#forumName
|
GxsForumThreadWidget QPushButton#forumName
|
||||||
{
|
{
|
||||||
qproperty-fontSizeFactor: 140;
|
qproperty-fontSizeFactor: 140;
|
||||||
color: #0099cc;
|
color: #0099cc;
|
||||||
|
Loading…
Reference in New Issue
Block a user