mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
disabled tree branch stylesheet till find a fix.
This commit is contained in:
parent
33007f902f
commit
302b0ae24f
@ -1205,10 +1205,10 @@ BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel {
|
|||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
NewFriendList QTreeView#peerTreeWidget::item:selected, QTreeView#peerTreeWidget::branch:selected {
|
NewFriendList QTreeView#peerTreeWidget::item:selected/*, QTreeView#peerTreeWidget::branch:selected:active */{
|
||||||
background-color: #cde8ff;
|
background-color: #cde8ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
NewFriendList QTreeView#peerTreeWidget {
|
NewFriendList QTreeView#peerTreeWidget {
|
||||||
font-size: 1.2em;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
@ -2323,3 +2323,7 @@ HomePage QToolButton#addButton:hover {
|
|||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NewFriendList QTreeView#peerTreeWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
@ -1552,3 +1552,7 @@ HomePage QToolButton#addButton:hover {
|
|||||||
min-width: 4em;
|
min-width: 4em;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NewFriendList QTreeView#peerTreeWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user