mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
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:
parent
f4bbd3e933
commit
8c8a330684
@ -218,7 +218,24 @@ border-color: transparent;
|
||||
*/
|
||||
}
|
||||
|
||||
QTextBrowser#msgText{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QTextEdit#lineedit{
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
QLabel#infolabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#forumName{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#threadTitle{
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
@ -8,11 +8,16 @@
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
QToolBar#toolBar {
|
||||
border-image: url(qss/orangesurfer/main.png);
|
||||
|
||||
}
|
||||
|
||||
QToolBar#toolBar_2 {
|
||||
border-image: url(qss/orangesurfer/main2.png);
|
||||
|
||||
}
|
||||
|
||||
|
||||
QTabBar::tab {
|
||||
border-image: url(qss/orangesurfer/tab_normal.png);
|
||||
|
Binary file not shown.
BIN
retroshare-gui/src/qss/orangesurfer/main2.png
Normal file
BIN
retroshare-gui/src/qss/orangesurfer/main2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -8,10 +8,26 @@
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
QToolBar#toolBar {
|
||||
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*/
|
||||
QToolButton::hover {
|
||||
@ -164,7 +180,8 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
}
|
||||
|
||||
QToolTip{
|
||||
background-color: black;
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
BIN
retroshare-gui/src/qss/uus/uus2.png
Normal file
BIN
retroshare-gui/src/qss/uus/uus2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user