wip transparence
This commit is contained in:
@@ -95,4 +95,13 @@ QSlider::handle:horizontal {
|
||||
margin-top: -8px;
|
||||
margin-bottom: -8px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
QWidget#main_container{
|
||||
background: qlineargradient(
|
||||
x1:0, y1:0,
|
||||
x2:0, y2:0,
|
||||
stop: 0 rgba(32, 49, 103, 180),
|
||||
stop: 1 rgba(103, 49, 32, 80)
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user