Rettelsaer
This commit is contained in:
@@ -79,6 +79,25 @@ QSlider::handle:horizontal {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
/* Volume slider — stor og tydelig */
|
||||
QSlider#vol_slider::groove:horizontal {
|
||||
height: 6px;
|
||||
background: #2c3038;
|
||||
border-radius: 3px;
|
||||
}
|
||||
QSlider#vol_slider::sub-page:horizontal {
|
||||
background: #e8a020;
|
||||
border-radius: 3px;
|
||||
}
|
||||
QSlider#vol_slider::handle:horizontal {
|
||||
background: #e8a020;
|
||||
border: 3px solid #f0c060;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
margin: -9px 0;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
/* Lister */
|
||||
QListWidget {
|
||||
background-color: #1a1c1f;
|
||||
|
||||
Reference in New Issue
Block a user