update stylesheets

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3632 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 11:34:58 +00:00
parent f4bbd3e933
commit 8c8a330684
9 changed files with 42 additions and 3 deletions

View File

@ -218,7 +218,24 @@ border-color: transparent;
*/ */
} }
QTextBrowser#msgText{
color: black;
}
QTextEdit#lineedit{
color: white;
}
QLabel#infolabel{ QLabel#infolabel{
color: black; color: black;
} }
QLabel#forumName{
color: black;
}
QLabel#threadTitle{
color: black;
}

View File

@ -8,11 +8,16 @@
/* Customize the toolbar. */ /* Customize the toolbar. */
QToolBar { QToolBar#toolBar {
border-image: url(qss/orangesurfer/main.png); border-image: url(qss/orangesurfer/main.png);
} }
QToolBar#toolBar_2 {
border-image: url(qss/orangesurfer/main2.png);
}
QTabBar::tab { QTabBar::tab {
border-image: url(qss/orangesurfer/tab_normal.png); border-image: url(qss/orangesurfer/tab_normal.png);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -8,10 +8,26 @@
/* Customize the toolbar. */ /* Customize the toolbar. */
QToolBar { QToolBar#toolBar {
border-image: url(qss/uus/uus.png); border-image: url(qss/uus/uus.png);
} }
QToolBar#toolBar_2 {
border-image: url(qss/uus/uus2.png);
}
QFrame#frame_2{
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 0.4 #185772);
border: 1px solid #CCCCCC;
}
QFrame#buttonframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
}
/* it works only at the moment with vista Thema on XP*/ /* it works only at the moment with vista Thema on XP*/
QToolButton::hover { QToolButton::hover {
@ -164,7 +180,8 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
} }
QToolTip{ QToolTip{
background-color: black; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);
} }
QFrame#messengerframetop{ QFrame#messengerframetop{

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB