mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 23:15:41 -04: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
2 changed files with 48 additions and 13 deletions
|
@ -218,6 +218,50 @@ border-color: transparent;
|
|||
*/
|
||||
}
|
||||
|
||||
QLabel#infolabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#friendslabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#networklabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#channellabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#forumslabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#downloadslabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#forumName{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#threadTitle{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#labeltext{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QPushButton#Folders_Button{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QToolButton#Tags_Button{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QTextBrowser#msgText{
|
||||
color: black;
|
||||
}
|
||||
|
@ -226,16 +270,3 @@ QTextEdit#lineedit{
|
|||
color: white;
|
||||
|
||||
}
|
||||
|
||||
QLabel#infolabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#forumName{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#threadTitle{
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
|
||||
QDialog{
|
||||
background-color: #c4dafa;
|
||||
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar#toolBar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue