mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -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{
|
QLabel#infolabel{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#forumName{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#threadTitle{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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.
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. */
|
/* 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{
|
||||||
|
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