|
|
|
|
@ -291,6 +291,30 @@ QTabBar::tab:pressed
|
|
|
|
|
height:50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#projectSettingsTab::tab-bar > QPushButton {
|
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
|
stop: 0 #888888, stop: 1.0 #555555);
|
|
|
|
|
qproperty-flat: true;
|
|
|
|
|
margin-right:30px;
|
|
|
|
|
margin-bottom:12px;
|
|
|
|
|
margin-top:0px;
|
|
|
|
|
min-width:170px;
|
|
|
|
|
max-width:170px;
|
|
|
|
|
min-height:26px;
|
|
|
|
|
max-height:26px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
text-align:center;
|
|
|
|
|
font-size:13px;
|
|
|
|
|
}
|
|
|
|
|
#projectSettingsTab::tab-bar > QPushButton:hover {
|
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
|
stop: 0 #999999, stop: 1.0 #666666);
|
|
|
|
|
}
|
|
|
|
|
#projectSettingsTab::tab-bar > QPushButton:pressed {
|
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
|
|
stop: 0 #555555, stop: 1.0 #777777);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#projectSettingsTopFrame {
|
|
|
|
|
background-color:#1E252F;
|
|
|
|
|
}
|
|
|
|
|
|