Merge pull request #20 from defnax/stylesheet-boards

Fixed for Boards some forgetten stylesheets
This commit is contained in:
csoler 2020-09-30 21:44:45 +02:00 committed by GitHub
commit 6442bfed29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -699,16 +699,16 @@ GenCertDialog QFrame#profileframe{
border-width: 0px;
}
PostedListWidget QComboBox#comboBox {
PostedListWidgetWithModel QComboBox#sortStrategy_CB {
font: bold;
color: #0099cc;
}
PostedListWidget QToolButton#submitPostButton {
PostedListWidgetWithModel QToolButton#submitPostButton {
font: bold;
}
PostedListWidget QToolButton#subscribeToolButton {
PostedListWidgetWithModel QToolButton#subscribeToolButton {
font: bold;
font-size: 15px;
color: white;
@ -717,12 +717,12 @@ PostedListWidget QToolButton#subscribeToolButton {
max-height: 27px;
}
PostedListWidget QToolButton#subscribeToolButton:hover {
PostedListWidgetWithModel QToolButton#subscribeToolButton:hover {
background: #03b1f3;
border-radius: 4px;
}
PostedListWidget QFrame#headerFrame {
PostedListWidgetWithModel QFrame#headerFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;
}
@ -866,7 +866,7 @@ GxsCommentDialog QComboBox#sortBox {
color: #0099cc;
}
PostedListWidget QTextBrowser#infoDescription {
PostedListWidgetWithModel QTextBrowser#infoDescription {
background: transparent;
border: none;
}