mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05:00
update some stylesheet themes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
df8cf16f9f
commit
b706edfc1c
@ -216,4 +216,9 @@ icqTextBrowser, icqTextEdit{
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(0, 0, 0), stop: 0.05 transparent, stop: 0.95 transparent, stop: 1 rgb(0, 0, 0));
|
||||
border-color: transparent;
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
QLabel#infolabel{
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
.QWidget {
|
||||
background-color: #c4dafa;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
@ -125,3 +126,7 @@ QLabel#fromText{
|
||||
color: blue;
|
||||
|
||||
}
|
||||
QSplitter#splitter{
|
||||
border-image: url(qss/blue/blue.png);
|
||||
|
||||
}
|
||||
|
@ -1,4 +1,7 @@
|
||||
.QWidget{
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
|
||||
}
|
||||
|
||||
|
||||
/* Customize the toolbar. */
|
||||
@ -10,3 +13,9 @@ QToolBar {
|
||||
border: 1px solid #4b8598;
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #6799B3, stop: 0.3 #377a90,
|
||||
stop: 0.31 #0e5e73, stop: 1 #4b8598);
|
||||
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
.QWidget {
|
||||
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #67768D, stop: 0.4 #EDEEFD);
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F7B552, stop: 1 #FF5E07);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -86,3 +86,7 @@ QLabel#fromText{
|
||||
color: blue;
|
||||
|
||||
}
|
||||
QStatusBar{
|
||||
border-image: url(qss/qlive/qb.png);
|
||||
}
|
||||
|
||||
|
@ -54,11 +54,6 @@ QPushButton#applyButton {
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
QLabel
|
||||
{
|
||||
color: white;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
color: black;
|
||||
}
|
||||
@ -100,7 +95,7 @@ QStatusBar{
|
||||
}
|
||||
|
||||
QToolTip{
|
||||
background-color: #3E1716;
|
||||
background-color: darkred;
|
||||
}
|
||||
|
||||
QMenu {
|
||||
@ -151,6 +146,34 @@ QFrame#Chatbuttonframe{
|
||||
|
||||
}
|
||||
|
||||
QFrame#frame_2{
|
||||
border-image: url(qss/redscorpion/red.png);
|
||||
|
||||
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
QFrame#buttonframe{
|
||||
border-image: url(qss/redscorpion/red.png);
|
||||
|
||||
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
QFrame#frame{
|
||||
border-image: url(qss/redscorpion/red.png);
|
||||
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
QFrame#chheaderframe{
|
||||
border-image: url(qss/redscorpion/red.png);
|
||||
|
||||
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
|
||||
QLabel#subjectText{
|
||||
font: bold 12px;
|
||||
|
||||
@ -194,3 +217,25 @@ QLabel#labeltext{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QRadioButton{
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel{
|
||||
|
||||
color: white;
|
||||
}
|
||||
|
||||
QLabel#forumName{
|
||||
border: 2px solid red;
|
||||
border-radius: 10px;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#threadTitle{
|
||||
border: 2px solid red;
|
||||
border-radius: 10px;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
.QWidget{
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
|
Loading…
Reference in New Issue
Block a user