mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
update stylesheet for darkstyle
This commit is contained in:
parent
23bd0fa517
commit
bfbf8e6e57
@ -1239,6 +1239,23 @@ GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton::menu-button {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GxsChannelPostItem QFrame#mainFrame {
|
||||||
|
background: #302F2F;
|
||||||
|
}
|
||||||
|
|
||||||
|
GxsChannelPostItem > QFrame#mainFrame [new=false]{
|
||||||
|
background: #302F2F;
|
||||||
|
}
|
||||||
|
|
||||||
|
GxsChannelPostItem > QFrame#mainFrame[new=true] {
|
||||||
|
background-color: #005000;
|
||||||
|
}
|
||||||
|
|
||||||
|
GxsChannelPostItem QLabel#subjectLabel, GxsChannelPostItem QLabel#titleLabel {
|
||||||
|
font: 12pt;
|
||||||
|
font: bold italic;
|
||||||
|
}
|
||||||
|
|
||||||
CreateGxsChannelMsg QPushButton#postButton {
|
CreateGxsChannelMsg QPushButton#postButton {
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@ -1259,7 +1276,9 @@ CreateGxsChannelMsg QPushButton#postButton:hover {
|
|||||||
|
|
||||||
CreateCircleDialog QPushButton#createButton, CreateLobbyDialog QPushButton#createButton,
|
CreateCircleDialog QPushButton#createButton, CreateLobbyDialog QPushButton#createButton,
|
||||||
IdEditDialog QPushButton#createButton, CreateGxsForumMsg QPushButton#postButton,
|
IdEditDialog QPushButton#createButton, CreateGxsForumMsg QPushButton#postButton,
|
||||||
GxsCreateCommentDialog QPushButton#postButton, GxsGroupDialog QPushButton#createButton {
|
GxsCreateCommentDialog QPushButton#postButton, GxsGroupDialog QPushButton#createButton,
|
||||||
|
PulseAddDialog QPushButton#pushButton_Post, PulseTopLevel QToolButton#toolButton_follow,
|
||||||
|
PulseViewGroup QToolButton#toolButton_follow {
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: white;
|
color: white;
|
||||||
@ -1268,12 +1287,15 @@ GxsCreateCommentDialog QPushButton#postButton, GxsGroupDialog QPushButton#create
|
|||||||
max-height: 27px;
|
max-height: 27px;
|
||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
padding-left: 6px;
|
||||||
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
CreateCircleDialog QPushButton#createButton:hover, CreateLobbyDialog QPushButton#createButton:hover,
|
CreateCircleDialog QPushButton#createButton:hover, CreateLobbyDialog QPushButton#createButton:hover,
|
||||||
IdEditDialog QPushButton#createButton:hover, CreateGxsForumMsg QPushButton#postButton:hover,
|
IdEditDialog QPushButton#createButton:hover, CreateGxsForumMsg QPushButton#postButton:hover,
|
||||||
GxsCreateCommentDialog QPushButton#postButton:hover, GxsGroupDialog QPushButton#createButton:hover,
|
GxsCreateCommentDialog QPushButton#postButton:hover, GxsGroupDialog QPushButton#createButton:hover,
|
||||||
ShareManager QPushButton#closeButton {
|
ShareManager QPushButton#closeButton:hover, PulseAddDialog QPushButton#pushButton_Post:hover,
|
||||||
|
PulseTopLevel QToolButton#toolButton_follow:hover, PulseViewGroup QToolButton#toolButton_follow:hover{
|
||||||
background: #03b1f3;
|
background: #03b1f3;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
@ -1281,7 +1303,8 @@ ShareManager QPushButton#closeButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CreateGxsForumMsg QPushButton#postButton:disabled, PostedCreatePostDialog QPushButton#submitButton:disabled,
|
CreateGxsForumMsg QPushButton#postButton:disabled, PostedCreatePostDialog QPushButton#submitButton:disabled,
|
||||||
CreateGxsChannelMsg QPushButton#postButton:disabled, GxsCreateCommentDialog QPushButton#postButton:disabled {
|
CreateGxsChannelMsg QPushButton#postButton:disabled, GxsCreateCommentDialog QPushButton#postButton:disabled,
|
||||||
|
PulseAddDialog QPushButton#pushButton_Post:disabled {
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: white;
|
color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user