mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -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 */
|
||||
|
||||
GxsForumThreadWidget QLabel#forumName
|
||||
GxsForumThreadWidget QPushButton#forumName
|
||||
{
|
||||
font: bold;
|
||||
font-size: 14px;
|
||||
|
@ -1969,7 +1969,7 @@ GxsChannelPostItem > QFrame#mainFrame[new=true] {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
GxsForumThreadWidget QLabel#forumName
|
||||
GxsForumThreadWidget QPushButton#forumName
|
||||
{
|
||||
qproperty-fontSizeFactor: 140;
|
||||
color: #0099cc;
|
||||
|
@ -1373,7 +1373,7 @@ PostedCreatePostDialog QPushButton#submitButton:hover {
|
||||
|
||||
}
|
||||
|
||||
GxsForumThreadWidget QLabel#forumName
|
||||
GxsForumThreadWidget QPushButton#forumName
|
||||
{
|
||||
qproperty-fontSizeFactor: 140;
|
||||
color: #0099cc;
|
||||
|
Loading…
Reference in New Issue
Block a user