mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Added a own arrow icons for the friendslist tree branch
This commit is contained in:
parent
302b0ae24f
commit
1d62d00e76
BIN
retroshare-gui/src/gui/images/arrow-down.png
Normal file
BIN
retroshare-gui/src/gui/images/arrow-down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 289 B |
BIN
retroshare-gui/src/gui/images/arrow-right.png
Normal file
BIN
retroshare-gui/src/gui/images/arrow-right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 B |
@ -1205,10 +1205,22 @@ BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel {
|
||||
font: bold;
|
||||
}
|
||||
|
||||
NewFriendList QTreeView#peerTreeWidget::item:selected/*, QTreeView#peerTreeWidget::branch:selected:active */{
|
||||
background-color: #cde8ff;
|
||||
NewFriendList QTreeView#peerTreeWidget::item:selected, QTreeView#peerTreeWidget::branch:selected:active {
|
||||
background: #cde8ff;
|
||||
}
|
||||
|
||||
NewFriendList QTreeView#peerTreeWidget {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
NewFriendList QTreeView::branch:has-children:!has-siblings:closed,
|
||||
NewFriendList QTreeView::branch:closed:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(:/images/arrow-right.png);
|
||||
}
|
||||
|
||||
NewFriendList QTreeView::branch:open:has-children:!has-siblings,
|
||||
NewFriendList QTreeView::branch:open:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(:/images/arrow-down.png);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user