committed by
jp9000
parent
2d35f863da
commit
68d88fa4c6
@@ -1378,3 +1378,36 @@ SceneTree#scenes {
|
||||
* [themeID="replayIconSmall"] {
|
||||
qproperty-icon: url(./Dark/save.svg);
|
||||
}
|
||||
|
||||
/* Studio Mode T-Bar */
|
||||
|
||||
QSlider[themeID="tBarSlider"] {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
QSlider::groove:horizontal[themeID="tBarSlider"] {
|
||||
height: 5px;
|
||||
margin: 0 12px;
|
||||
background-color: QLinearGradient(x1: 1, y1: 0, x2: 0, y2: 0,
|
||||
stop: 0 rgb(35, 38, 41), /* Dark Gray */
|
||||
stop: 0.75 rgb(50, 49, 50));
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
QSlider::sub-page:horizontal[themeID="tBarSlider"] {
|
||||
height: 5px;
|
||||
margin: 0 12px;
|
||||
background-color: QLinearGradient(x1: 1, y1: 0, x2: 0, y2: 0,
|
||||
stop: 0 rgb(35, 38, 41), /* Dark Gray */
|
||||
stop: 0.75 rgb(50, 49, 50));
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
QSlider::handle:horizontal[themeID="tBarSlider"] {
|
||||
background-color: #d2d2d2;
|
||||
width: 25px;
|
||||
height: 80px;
|
||||
margin: -24px -12px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user