fixed some stylesheets, to get compatible with the new changes

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5499 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-09-01 15:28:24 +00:00
parent e8a2407bfa
commit adfb4ab225
12 changed files with 84 additions and 2 deletions

View File

@ -1,3 +1,7 @@
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QWidget{
background: black;

View File

@ -3,6 +3,11 @@
border-color: transparent;
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QDialog{
background-color: #c4dafa;

View File

@ -2,6 +2,12 @@
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QDialog{
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6799B3, stop: 1 #377a90);
@ -13,7 +19,6 @@ QWidget#chatcentralwidget{
}
QToolBar#chattoolBar{
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #6799B3, stop: 0.3 #377a90,

View File

@ -2,8 +2,12 @@
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F7B552, stop: 1 #FF5E07);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QDialog, QMainWindow{

View File

@ -8,6 +8,10 @@ QDialog{
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
/* Customize the toolbar. */
QToolBar#toolBar {

View File

@ -5,7 +5,11 @@
QDialog{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 red, stop: 1 darkred);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
/* Customize the toolbar. */

View File

@ -3,6 +3,16 @@
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
}
QFrame#titleBarFrame, QFrame#toolBarFrame {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F9F9FF, stop: 1 #9F9DB9);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
/* Customize the toolbar. */
QToolBar#toolBar {
border-image: url(qss/silver/silver.png);

View File

@ -1,3 +1,17 @@
QFrame#titleBarFrame, QFrame#toolBarFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
HeaderFrame > QLabel#headerLabel {
color: rgb(255, 255, 255);
}
.QWidget {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 lightgray, stop:1 darkgray);

View File

@ -6,6 +6,11 @@
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QDialog{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #376D85, stop: 0.4 #185772);

View File

@ -5,6 +5,10 @@ QToolBar {
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QPushButton#okButton {
min-height: 27px;

View File

@ -3,6 +3,17 @@
stop:0 #6F6F6F, stop:1 #979797);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QFrame#titleBarFrame, QFrame#toolBarFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FBC957, stop:1 #D79704);
}
QDialog, QMainWindow, QStatusBar{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #6F6F6F, stop:1 #979797);
@ -13,6 +24,14 @@ QWidget#chatcentralwidget{
stop:0 #6F6F6F, stop:1 #979797);
}
/* Channels */
ChannelFeed QFrame#headerFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FBC957, stop:1 #D79704);
border: 1px solid #CCCCCC;
}
/* Customize the toolbar. */
QToolBar#toolBar {
border-image: url(qss/yaba/yaba.png);

View File

@ -3,6 +3,10 @@
stop:0 lightgray, stop:1 darkgray);
}
HeaderFrame {
background-image: url(:/images/headerFrame.png);
border: 0px;
}
QDialog{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,