mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-18 05:44:14 -05:00
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:
parent
6edab88278
commit
c255ec1a21
@ -181,3 +181,16 @@ QLabel#fromText{
|
||||
color: blue;
|
||||
|
||||
}
|
||||
|
||||
QLabel#friendstitlellabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#networklabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#labeltext{
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user