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; color: blue;
} }
QLabel#friendstitlellabel{
color: black;
}
QLabel#networklabel{
color: black;
}
QLabel#labeltext{
color: black;
}

View file

@ -8,7 +8,7 @@
/* Customize the toolbar. */ /* Customize the toolbar. */
QToolBar { QToolBar {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, 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 { QStatusBar {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,