mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-19 12:24:53 -04:00
stylesheet fixes
This commit is contained in:
parent
5ed38fe6ea
commit
709d39ed34
3 changed files with 38 additions and 3 deletions
|
@ -856,7 +856,6 @@ GxsGroupDialog QLabel#groupLogo{
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BoardPostDisplayWidget_compact QFrame#mainFrame {
|
BoardPostDisplayWidget_compact QFrame#mainFrame {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
@ -986,6 +985,15 @@ GxsForumThreadWidget QWidget#threadTreeWidget::item {
|
||||||
padding: 2px;
|
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 {
|
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
|
||||||
border: 2px solid #7ecbfb;
|
border: 2px solid #7ecbfb;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
|
@ -1976,6 +1976,23 @@ GxsForumThreadWidget QLabel#forumName
|
||||||
font: bold;
|
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]{
|
QTreeView [new=true]{
|
||||||
color: #0099cc;
|
color: #0099cc;
|
||||||
|
|
||||||
|
@ -2218,7 +2235,7 @@ WireGroupItem QFrame#wire_frame{
|
||||||
|
|
||||||
GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
|
GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
|
||||||
/*background-color: #F00000;*/
|
/*background-color: #F00000;*/
|
||||||
/*padding: 20px;*/
|
/*padding: 2px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
RSTextBrowser, MimeTextEdit
|
RSTextBrowser, MimeTextEdit
|
||||||
|
@ -2232,4 +2249,6 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MainWindow QListWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
|
@ -1176,6 +1176,10 @@ GxsForumThreadWidget QToolButton#subscribeToolButton:hover {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GxsForumThreadWidget QWidget#threadTreeWidget::item {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton {
|
GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton {
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -1408,3 +1412,7 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
|
||||||
border: 2px solid #38444d;
|
border: 2px solid #38444d;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MainWindow QListWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue