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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
3
UI/data/themes/Dark/media-pause.svg
Normal file
3
UI/data/themes/Dark/media-pause.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" fill="#d2d2d2">
|
||||
<path d="M0 0v6h2v-6h-2zm4 0v6h2v-6h-2z" transform="translate(1 1)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 154 B |
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,10 @@
|
|||
qproperty-icon: url(:/res/images/down.svg);
|
||||
}
|
||||
|
||||
* [themeID="pauseIconSmall"] {
|
||||
qproperty-icon: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue