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
|
|
@ -507,6 +507,10 @@ QToolButton:pressed {
|
|||
qproperty-icon: url(./Dark/down.svg);
|
||||
}
|
||||
|
||||
* [themeID="pauseIconSmall"] {
|
||||
qproperty-icon: url(./Dark/media-pause.svg);
|
||||
}
|
||||
|
||||
/***********************/
|
||||
/* --- Combo boxes --- */
|
||||
/***********************/
|
||||
|
|
@ -952,7 +956,8 @@ QPushButton:checked#recordButton,
|
|||
QPushButton:checked[themeID="replayBufferButton"],
|
||||
QPushButton:checked#modeSwitch,
|
||||
QPushButton:checked#settingsButton,
|
||||
QPushButton:checked#exitButton {
|
||||
QPushButton:checked#exitButton,
|
||||
QPushButton:checked[themeID="pauseIconSmall"] {
|
||||
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||
border: 1px solid rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||
}
|
||||
|
|
@ -1323,3 +1328,15 @@ VisibilityCheckBox::indicator:unchecked:hover {
|
|||
* [themeID="revertIcon"] {
|
||||
qproperty-icon: url(./Dark/revert.svg);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete {
|
||||
background-color: rgb(35, 38, 41);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete:hover {
|
||||
background-color: rgba(145, 76, 103);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete:pressed {
|
||||
background-color: rgb(240, 98, 146);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue