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
|
|
@ -142,7 +142,14 @@ QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
|
|||
QGroupBox {
|
||||
border: 1px solid rgb(31,30,31); /* veryDark */;
|
||||
border-radius: 5px;
|
||||
padding-top: 16px;
|
||||
padding-top: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QGroupBox::title {
|
||||
subcontrol-origin: margin;
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -253,6 +260,10 @@ QToolButton:pressed {
|
|||
qproperty-icon: url(./Dark/down.svg);
|
||||
}
|
||||
|
||||
* [themeID="pauseIconSmall"] {
|
||||
qproperty-icon: url(./Dark/media-pause.svg);
|
||||
}
|
||||
|
||||
|
||||
/* Tab Widget */
|
||||
|
||||
|
|
@ -577,6 +588,19 @@ OBSHotkeyLabel[hotkeyPairHover=true] {
|
|||
color: red;
|
||||
}
|
||||
|
||||
/* Pause */
|
||||
PauseCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:checked {
|
||||
image: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/media-play.svg);
|
||||
}
|
||||
|
||||
/* Group Collapse Checkbox */
|
||||
|
||||
SourceTreeSubItemCheckBox {
|
||||
|
|
@ -713,3 +737,15 @@ VisibilityCheckBox::indicator:unchecked {
|
|||
* [themeID="revertIcon"] {
|
||||
qproperty-icon: url(./Dark/revert.svg);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete {
|
||||
background-color: rgb(31, 30, 31);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete:hover {
|
||||
background-color: rgb(122,121,122);
|
||||
}
|
||||
|
||||
QPushButton#extraPanelDelete:pressed {
|
||||
background-color: rgb(31,30,31);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue