mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05:00
Merge pull request #1148 from chelovechishko/qdarkstyle_fix
qdarkstyle fixes
This commit is contained in:
commit
173336e354
@ -74,6 +74,15 @@ QWidget:item:selected
|
|||||||
stop: 0 #78879b, stop: 1 #78879b);
|
stop: 0 #78879b, stop: 1 #78879b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTableWidget::item {
|
||||||
|
color: #C0C0C0;
|
||||||
|
background-color: #201F1F;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTableWidget::item:selected {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
ForumsDialog, GxsForumThreadWidget
|
ForumsDialog, GxsForumThreadWidget
|
||||||
{
|
{
|
||||||
qproperty-textColorRead: darkgray;
|
qproperty-textColorRead: darkgray;
|
||||||
@ -824,6 +833,14 @@ QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
|
|||||||
background: rgba(255, 255, 255, 10);
|
background: rgba(255, 255, 255, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FriendList {
|
||||||
|
qproperty-textColorStatusAway: lightgray;
|
||||||
|
qproperty-textColorStatusBusy: lightgray;
|
||||||
|
qproperty-textColorStatusOnline: green;
|
||||||
|
qproperty-textColorStatusInactive: lightgray;
|
||||||
|
qproperty-textColorStatusOffline: gray;
|
||||||
|
}
|
||||||
|
|
||||||
QTreeView, QListView
|
QTreeView, QListView
|
||||||
{
|
{
|
||||||
border: 1px solid #78879b;
|
border: 1px solid #78879b;
|
||||||
@ -834,10 +851,22 @@ QTreeView::item {
|
|||||||
background-color: #201F1F;
|
background-color: #201F1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::item:!selected {
|
QTreeView::item:selected {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
RSTreeWidget#idTreeWidget::item:!selected {
|
||||||
color: #C0C0C0;
|
color: #C0C0C0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NetworkDialog {
|
||||||
|
qproperty-backgroundColorSelf: darkred;
|
||||||
|
qproperty-backgroundColorOwnSign: darkred;
|
||||||
|
qproperty-backgroundColorAcceptConnection: black;
|
||||||
|
qproperty-backgroundColorHasSignedMe: darkred;
|
||||||
|
qproperty-backgroundColorDenied: #201F1F;
|
||||||
|
}
|
||||||
|
|
||||||
QTreeView:branch:selected, QTreeView:branch:hover
|
QTreeView:branch:selected, QTreeView:branch:hover
|
||||||
{
|
{
|
||||||
background: url(qdarkstyle/transparent.png);
|
background: url(qdarkstyle/transparent.png);
|
||||||
|
Loading…
Reference in New Issue
Block a user