mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-24 08:50:10 -05:00
update blacknight and blue stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3639 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3082613232
commit
6f5c556539
@ -218,16 +218,27 @@ border-color: transparent;
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextBrowser#msgText{
|
QLabel#infolabel{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextEdit#lineedit{
|
QLabel#friendslabel{
|
||||||
color: white;
|
color: black;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QLabel#infolabel{
|
QLabel#networklabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#channellabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#forumslabel{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#downloadslabel{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -239,3 +250,23 @@ QLabel#threadTitle{
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#labeltext{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton#Folders_Button{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QToolButton#Tags_Button{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTextBrowser#msgText{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTextEdit#lineedit{
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDialog{
|
||||||
|
background-color: #c4dafa;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Customize the toolbar. */
|
/* Customize the toolbar. */
|
||||||
QToolBar#toolBar {
|
QToolBar#toolBar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user