mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed darkstylesheets fonts issues
This commit is contained in:
parent
dfa611095e
commit
421556f907
@ -1974,7 +1974,7 @@ GxsForumThreadWidget QPushButton#forumName
|
||||
{
|
||||
qproperty-fontSizeFactor: 140;
|
||||
color: #0099cc;
|
||||
font-size: 15pt;
|
||||
font-size: 14pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
@ -2014,7 +2014,7 @@ QTreeView [new=true]{
|
||||
|
||||
PostedListWidgetWithModel QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -2028,7 +2028,7 @@ PostedListWidgetWithModel QToolButton#subscribeToolButton:hover {
|
||||
|
||||
GxsForumThreadWidget QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -2042,7 +2042,7 @@ GxsForumThreadWidget QToolButton#subscribeToolButton:hover {
|
||||
|
||||
GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -2083,7 +2083,7 @@ GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton::menu-button {
|
||||
|
||||
CreateGxsChannelMsg QPushButton#postButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -2103,7 +2103,7 @@ CreateCircleDialog QPushButton#createButton, CreateLobbyDialog QPushButton#creat
|
||||
IdEditDialog QPushButton#createButton, CreateGxsForumMsg QPushButton#postButton,
|
||||
GxsCreateCommentDialog QPushButton#postButton, GxsGroupDialog QPushButton#createButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -2124,7 +2124,7 @@ GxsCreateCommentDialog QPushButton#postButton:hover, GxsGroupDialog QPushButton#
|
||||
CreateGxsForumMsg QPushButton#postButton:disabled, PostedCreatePostDialog QPushButton#submitButton:disabled,
|
||||
CreateGxsChannelMsg QPushButton#postButton:disabled, GxsCreateCommentDialog QPushButton#postButton:disabled {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #d40000;
|
||||
border-radius: 4px;
|
||||
@ -2145,7 +2145,7 @@ QLabel#avatarLabel{
|
||||
|
||||
PostedCreatePostDialog QPushButton#submitButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -2292,17 +2292,17 @@ ChannelsCommentsItem QFrame#mainFrame, BoardsCommentsItem QFrame#mainFrame {
|
||||
}
|
||||
|
||||
ChannelsCommentsItem QLabel#newCommentLabel, BoardsCommentsItem QLabel#newCommentLabel {
|
||||
font: 14px;
|
||||
font: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
ChannelsCommentsItem QLabel#subjectLabel, ChannelsCommentsItem QLabel#titleLabel , QLabel#nameLabel {
|
||||
font: 14px;
|
||||
font: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel {
|
||||
font: 14px;
|
||||
font: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
|
@ -1159,7 +1159,7 @@ OpModeStatus[opMode="Minimal"] {
|
||||
|
||||
PostedListWidgetWithModel QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1201,7 +1201,7 @@ GxsForumThreadWidget QWidget#threadTreeWidget::item:selected:!active {
|
||||
|
||||
GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1259,7 +1259,7 @@ GxsChannelPostItem QLabel#subjectLabel, GxsChannelPostItem QLabel#titleLabel {
|
||||
|
||||
CreateGxsChannelMsg QPushButton#postButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1281,7 +1281,7 @@ GxsCreateCommentDialog QPushButton#postButton, GxsGroupDialog QPushButton#create
|
||||
PulseAddDialog QPushButton#pushButton_Post, PulseTopLevel QToolButton#toolButton_follow,
|
||||
PulseViewGroup QToolButton#toolButton_follow {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1308,7 +1308,7 @@ CreateGxsForumMsg QPushButton#postButton:disabled, PostedCreatePostDialog QPushB
|
||||
CreateGxsChannelMsg QPushButton#postButton:disabled, GxsCreateCommentDialog QPushButton#postButton:disabled,
|
||||
PulseAddDialog QPushButton#pushButton_Post:disabled {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #d40000;
|
||||
border-radius: 4px;
|
||||
@ -1321,7 +1321,7 @@ PulseAddDialog QPushButton#pushButton_Post:disabled {
|
||||
|
||||
ShareManager QPushButton#closeButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1334,7 +1334,7 @@ ShareManager QPushButton#closeButton {
|
||||
|
||||
ShareManager QPushButton#addButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #32CD32;
|
||||
border-radius: 4px;
|
||||
@ -1362,7 +1362,7 @@ QLabel#avatarLabel{
|
||||
|
||||
PostedCreatePostDialog QPushButton#submitButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1381,7 +1381,7 @@ GxsForumThreadWidget QPushButton#forumName
|
||||
{
|
||||
qproperty-fontSizeFactor: 140;
|
||||
color: #0099cc;
|
||||
font-size: 15pt;
|
||||
font-size: 14pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
@ -1521,17 +1521,17 @@ ChannelsCommentsItem QFrame#mainFrame, BoardsCommentsItem QFrame#mainFrame {
|
||||
}
|
||||
|
||||
ChannelsCommentsItem QLabel#newCommentLabel, BoardsCommentsItem QLabel#newCommentLabel {
|
||||
font: 14px;
|
||||
font: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
ChannelsCommentsItem QLabel#subjectLabel, ChannelsCommentsItem QLabel#titleLabel , QLabel#nameLabel {
|
||||
font: 14px;
|
||||
font: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel {
|
||||
font: 14px;
|
||||
font: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user