New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
|
|
@ -42,7 +42,6 @@ QWidget {
|
|||
outline: none;
|
||||
font-family: "Open Sans", "Tahoma", "Arial", sans-serif;
|
||||
font-size: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#menubar {
|
||||
|
|
@ -353,6 +352,10 @@ QToolButton:pressed {
|
|||
qproperty-icon: url(./Dark/down.svg);
|
||||
}
|
||||
|
||||
* [themeID="pauseIconSmall"] {
|
||||
qproperty-icon: url(./Dark/media-pause.svg);
|
||||
}
|
||||
|
||||
/* Tab Widget */
|
||||
|
||||
QTabWidget::pane { /* The tab widget frame */
|
||||
|
|
@ -647,14 +650,6 @@ QSlider::handle:disabled {
|
|||
|
||||
/* Volume Control */
|
||||
|
||||
/* Old Meters */
|
||||
VolumeMeter {
|
||||
qproperty-bkColor: rgb(8,8,11);
|
||||
qproperty-magColor:;
|
||||
qproperty-peakColor:;
|
||||
qproperty-peakHoldColor: rgb(225,224,225);
|
||||
}
|
||||
|
||||
VolumeMeter {
|
||||
|
||||
qproperty-backgroundNominalColor: #42740c;
|
||||
|
|
@ -998,3 +993,16 @@ VisibilityCheckBox::indicator:unchecked:hover {
|
|||
* [themeID="revertIcon"] {
|
||||
qproperty-icon: url(./Dark/revert.svg);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete:hover {
|
||||
background-color: #2a3a75;
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete:pressed {
|
||||
background-color: #161f41;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue