mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed some values for font-size
This commit is contained in:
parent
49216552df
commit
a4ad9c6467
@ -125,7 +125,7 @@ GxsCreateCommentDialog QFrame#frame {
|
||||
|
||||
CreateGxsChannelMsg QPushButton#postButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -147,7 +147,7 @@ GxsCreateCommentDialog QPushButton#postButton, GxsGroupDialog QPushButton#create
|
||||
PulseAddDialog QPushButton#pushButton_Post, PulseTopLevel QToolButton#toolButton_follow,
|
||||
PulseViewGroup QToolButton#toolButton_follow, WikiEditDialog QPushButton#pushButton_Submit{
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -174,7 +174,7 @@ WikiEditDialog QPushButton#pushButton_Submit:hover{
|
||||
|
||||
ShareManager QPushButton#closeButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -187,7 +187,7 @@ ShareManager QPushButton#closeButton {
|
||||
|
||||
ShareManager QPushButton#addButton{
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #32CD32;
|
||||
border-radius: 4px;
|
||||
@ -205,7 +205,7 @@ ShareManager QPushButton#addButton:hover{
|
||||
|
||||
SearchDialog QPushButton#pushButtonSearch {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #32CD32;
|
||||
border-radius: 4px;
|
||||
@ -225,7 +225,7 @@ CreateGxsForumMsg QPushButton#postButton:disabled, PostedCreatePostDialog QPushB
|
||||
CreateGxsChannelMsg QPushButton#postButton:disabled, GxsCreateCommentDialog QPushButton#postButton:disabled,
|
||||
PulseAddDialog QPushButton#pushButton_Post:disabled, WikiEditDialog QPushButton#pushButton_Submit:disabled {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #d40000;
|
||||
border-radius: 4px;
|
||||
@ -240,7 +240,7 @@ PulseAddDialog QPushButton#pushButton_Post:disabled, WikiEditDialog QPushButton#
|
||||
GxsForumThreadWidget QPushButton#forumName
|
||||
{
|
||||
font: bold;
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
CreateForumMsg > QToolBar#toolBar, CreateForumV2Msg > QToolBar#toolBar {
|
||||
@ -855,7 +855,7 @@ PostedListWidgetWithModel QFrame#headerFrame {
|
||||
|
||||
GxsForumThreadWidget QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -875,7 +875,7 @@ SecurityIpItem QFrame#mainFrame, MsgItem QFrame#msgFrame, SecurityItem QFrame#ma
|
||||
|
||||
GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton {
|
||||
font: bold;
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1057,7 +1057,7 @@ PostedListWidgetWithModel QTextBrowser#infoDescription {
|
||||
|
||||
PostedCreatePostDialog QPushButton#submitButton {
|
||||
font: bold;
|
||||
font-size: 15pt;
|
||||
font-size: 12pt;
|
||||
color: white;
|
||||
background: #0099cc;
|
||||
border-radius: 4px;
|
||||
@ -1191,17 +1191,17 @@ ChannelsCommentsItem QFrame#mainFrame, BoardsCommentsItem QFrame#mainFrame {
|
||||
}
|
||||
|
||||
ChannelsCommentsItem QLabel#newCommentLabel, BoardsCommentsItem QLabel#newCommentLabel {
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
ChannelsCommentsItem QLabel#subjectLabel, ChannelsCommentsItem QLabel#titleLabel , QLabel#nameLabel {
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel {
|
||||
font-size: 14pt;
|
||||
font-size: 12pt;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user