stylesheet fixes

This commit is contained in:
defnax 2020-10-15 19:59:05 +02:00
parent 5ed38fe6ea
commit 709d39ed34
3 changed files with 38 additions and 3 deletions

View File

@ -856,7 +856,6 @@ GxsGroupDialog QLabel#groupLogo{
border-radius: 3px;
}
BoardPostDisplayWidget_compact QFrame#mainFrame {
background-color: white;
}
@ -986,6 +985,15 @@ GxsForumThreadWidget QWidget#threadTreeWidget::item {
padding: 2px;
}
GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
/*background-color: #F00000;*/
/*padding: 2px*/
}
MainWindow QListWidget {
font-size: 12pt;
}
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
border: 2px solid #7ecbfb;
border-radius: 6px;

View File

@ -1976,6 +1976,23 @@ GxsForumThreadWidget QLabel#forumName
font: bold;
}
GxsForumThreadWidget QWidget#threadTreeWidget::item {
padding: 2px;
}
ForumsDialog, GxsForumThreadWidget
{
qproperty-textColorRead: darkgray;
qproperty-textColorUnread: white;
qproperty-textColorUnreadChildren: red;
qproperty-textColorNotSubscribed: white;
qproperty-textColorMissing: darkred;
qproperty-textColorPinned: #D07000;
qproperty-backgroundColorPinned: #19232D;
qproperty-backgroundColorFiltered: darkGreen;
}
QTreeView [new=true]{
color: #0099cc;
@ -2218,7 +2235,7 @@ WireGroupItem QFrame#wire_frame{
GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
/*background-color: #F00000;*/
/*padding: 20px;*/
/*padding: 2px;*/
}
RSTextBrowser, MimeTextEdit
@ -2232,4 +2249,6 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
border-radius: 6px;
}
MainWindow QListWidget {
font-size: 12pt;
}

View File

@ -1176,6 +1176,10 @@ GxsForumThreadWidget QToolButton#subscribeToolButton:hover {
border-radius: 4px;
}
GxsForumThreadWidget QWidget#threadTreeWidget::item {
padding: 2px;
}
GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton {
font: bold;
font-size: 14px;
@ -1408,3 +1412,7 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
border: 2px solid #38444d;
border-radius: 6px;
}
MainWindow QListWidget {
font-size: 12pt;
}