|
@@ -330,27 +330,27 @@ QToolButton:pressed {
|
|
|
}
|
|
|
|
|
|
* [themeID="addIconSmall"] {
|
|
|
- qproperty-icon: url(./Acri/plus.png);
|
|
|
+ qproperty-icon: url(./Dark/plus.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="removeIconSmall"] {
|
|
|
- qproperty-icon: url(./Acri/minus.png);
|
|
|
+ qproperty-icon: url(./Dark/minus.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="propertiesIconSmall"] {
|
|
|
- qproperty-icon: url(./Acri/cogwheel.png);
|
|
|
+ qproperty-icon: url(./Dark/settings/general.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="configIconSmall"] {
|
|
|
- qproperty-icon: url(./Acri/cogwheel.png);
|
|
|
+ qproperty-icon: url(./Dark/settings/general.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="upArrowIconSmall"] {
|
|
|
- qproperty-icon: url(./Acri/up_arrow.png);
|
|
|
+ qproperty-icon: url(./Dark/up.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="downArrowIconSmall"] {
|
|
|
- qproperty-icon: url(./Acri/down_arrow.png);
|
|
|
+ qproperty-icon: url(./Dark/down.svg);
|
|
|
}
|
|
|
|
|
|
/* Tab Widget */
|
|
@@ -409,7 +409,7 @@ QComboBox::drop-down {
|
|
|
|
|
|
QComboBox::down-arrow {
|
|
|
qproperty-alignment: AlignTop;
|
|
|
- image: url(./Acri/updown.png);
|
|
|
+ image: url(./Dark/updown.svg);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
@@ -429,7 +429,7 @@ QComboBox::drop-down:editable {
|
|
|
|
|
|
QComboBox::down-arrow:editable {
|
|
|
qproperty-alignment: AlignTop;
|
|
|
- image: url(./Acri/down_arrow.png);
|
|
|
+ image: url(./Dark/down.svg);
|
|
|
width: 8%;
|
|
|
}
|
|
|
|
|
@@ -495,12 +495,12 @@ QDoubleSpinBox::up-button:disabled, QDoubleSpinBox::up-button:off, QDoubleSpinBo
|
|
|
}
|
|
|
|
|
|
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
|
|
- image: url(./Acri/up_arrow.png);
|
|
|
+ image: url(./Dark/up.svg);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
|
|
- image: url(./Acri/down_arrow.png);
|
|
|
+ image: url(./Dark/down.svg);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
@@ -772,34 +772,34 @@ MuteCheckBox {
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked {
|
|
|
- image: url(./Dark/mute.png);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked {
|
|
|
- image: url(./Dark/unmute.png);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:hover {
|
|
|
- image: url(./Dark/unmute.png);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:focus {
|
|
|
- image: url(./Dark/unmute.png);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
MuteCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Dark/mute.png);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:focus {
|
|
|
- image: url(./Dark/mute.png);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:disabled {
|
|
|
- image: url(./Dark/mute.png);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:disabled {
|
|
|
- image: url(./Dark/unmute.png);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
OBSHotkeyLabel[hotkeyPairHover=true] {
|
|
@@ -822,12 +822,12 @@ SourceTreeSubItemCheckBox::indicator {
|
|
|
|
|
|
SourceTreeSubItemCheckBox::indicator:checked,
|
|
|
SourceTreeSubItemCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Dark/expand.png);
|
|
|
+ image: url(./Dark/expand.svg);
|
|
|
}
|
|
|
|
|
|
SourceTreeSubItemCheckBox::indicator:unchecked,
|
|
|
SourceTreeSubItemCheckBox::indicator:unchecked:hover {
|
|
|
- image: url(./Dark/collapse.png);
|
|
|
+ image: url(./Dark/down.svg);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -927,3 +927,47 @@ OBSBasicSettings {
|
|
|
qproperty-hotkeysIcon: url(./Dark/settings/hotkeys.svg);
|
|
|
qproperty-advancedIcon: url(./Dark/settings/advanced.svg);
|
|
|
}
|
|
|
+
|
|
|
+/* Locked CheckBox */
|
|
|
+
|
|
|
+LockedCheckBox {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+LockedCheckBox::indicator:checked {
|
|
|
+ image: url(./Dark/locked.svg);
|
|
|
+}
|
|
|
+
|
|
|
+LockedCheckBox::indicator:unchecked {
|
|
|
+ image: url(:res/images/unlocked.svg);
|
|
|
+}
|
|
|
+
|
|
|
+LockedCheckBox::indicator:checked:hover {
|
|
|
+ image: url(./Dark/locked.svg);
|
|
|
+}
|
|
|
+
|
|
|
+LockedCheckBox::indicator:unchecked:hover {
|
|
|
+ image: url(:res/images/unlocked.svg);
|
|
|
+}
|
|
|
+
|
|
|
+/* Visibilty CheckBox */
|
|
|
+
|
|
|
+VisibilityCheckBox {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+VisibilityCheckBox::indicator:checked {
|
|
|
+ image: url(./Dark/visible.svg);
|
|
|
+}
|
|
|
+
|
|
|
+VisibilityCheckBox::indicator:unchecked {
|
|
|
+ image: url(:res/images/invisible.svg);
|
|
|
+}
|
|
|
+
|
|
|
+VisibilityCheckBox::indicator:checked:hover {
|
|
|
+ image: url(./Dark/visible.svg);
|
|
|
+}
|
|
|
+
|
|
|
+VisibilityCheckBox::indicator:unchecked:hover {
|
|
|
+ image: url(:res/images/invisible.svg);
|
|
|
+}
|