fixed extern stylesheets

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1703 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-09-30 15:38:54 +00:00
parent 6edab88278
commit c255ec1a21
3 changed files with 26 additions and 1 deletions

View File

@ -181,3 +181,16 @@ QLabel#fromText{
color: blue;
}
QLabel#friendstitlellabel{
color: black;
}
QLabel#networklabel{
color: black;
}
QLabel#labeltext{
color: black;
}

View File

@ -8,7 +8,7 @@
/* Customize the toolbar. */
QToolBar {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #6F6F6F, stop:1 #979797);
stop:0 #F2F2F2, stop:1 #E6E6E6);
}

View File

@ -213,6 +213,18 @@ QLabel#fromText{
}
QLabel#friendstitlellabel{
color: black;
}
QLabel#networklabel{
color: black;
}
QLabel#labeltext{
color: black;
}
QStatusBar {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,