mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
e8a2407bfa
commit
adfb4ab225
@ -1,3 +1,7 @@
|
||||
HeaderFrame {
|
||||
background-image: url(:/images/headerFrame.png);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QWidget{
|
||||
background: black;
|
||||
|
@ -3,6 +3,11 @@
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
HeaderFrame {
|
||||
background-image: url(:/images/headerFrame.png);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QDialog{
|
||||
background-color: #c4dafa;
|
||||
|
||||
|
@ -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,
|
||||
|
@ -3,7 +3,11 @@
|
||||
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{
|
||||
|
@ -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 {
|
||||
|
@ -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. */
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -5,6 +5,10 @@ QToolBar {
|
||||
|
||||
}
|
||||
|
||||
HeaderFrame {
|
||||
background-image: url(:/images/headerFrame.png);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
QPushButton#okButton {
|
||||
min-height: 27px;
|
||||
|
@ -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);
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user