Merge pull request #2178 from defnax/Forum-Name-stylesheet

Fixed forum name stylesheet
This commit is contained in:
csoler 2020-12-30 21:01:06 +01:00 committed by GitHub
commit f00524fee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ PulseAddDialog QPushButton#pushButton_Post:disabled {
/* Forums */
GxsForumThreadWidget QLabel#forumName
GxsForumThreadWidget QPushButton#forumName
{
font: bold;
font-size: 14px;

View File

@ -1969,7 +1969,7 @@ GxsChannelPostItem > QFrame#mainFrame[new=true] {
border-radius: 10px;
}
GxsForumThreadWidget QLabel#forumName
GxsForumThreadWidget QPushButton#forumName
{
qproperty-fontSizeFactor: 140;
color: #0099cc;

View File

@ -1373,7 +1373,7 @@ PostedCreatePostDialog QPushButton#submitButton:hover {
}
GxsForumThreadWidget QLabel#forumName
GxsForumThreadWidget QPushButton#forumName
{
qproperty-fontSizeFactor: 140;
color: #0099cc;