mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 23:49:38 -05:00
stylesheet fixes
This commit is contained in:
parent
5ed38fe6ea
commit
709d39ed34
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user