mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-25 07:50:39 -05:00
UI: Remove unnecessary styles
This commit is contained in:
@@ -990,19 +990,6 @@ OBSHotkeyLabel[hotkeyPairHover=true] {
|
||||
color: rgb(53,82,222);
|
||||
}
|
||||
|
||||
/* Pause */
|
||||
PauseCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:checked {
|
||||
image: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/media-play.svg);
|
||||
}
|
||||
|
||||
/* Label warning/error */
|
||||
|
||||
QLabel#warningLabel {
|
||||
|
||||
@@ -670,19 +670,6 @@ 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 {
|
||||
|
||||
@@ -978,19 +978,6 @@ OBSHotkeyLabel[hotkeyPairHover=true] {
|
||||
color: rgb(53,82,222);
|
||||
}
|
||||
|
||||
/* Pause */
|
||||
PauseCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:checked {
|
||||
image: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/media-play.svg);
|
||||
}
|
||||
|
||||
/* Label warning/error */
|
||||
|
||||
QLabel#warningLabel {
|
||||
|
||||
@@ -978,19 +978,6 @@ OBSHotkeyLabel[hotkeyPairHover=true] {
|
||||
color: rgb(53,82,222);
|
||||
}
|
||||
|
||||
/* Pause */
|
||||
PauseCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:checked {
|
||||
image: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/media-play.svg);
|
||||
}
|
||||
|
||||
/* Label warning/error */
|
||||
|
||||
QLabel#warningLabel {
|
||||
|
||||
@@ -982,19 +982,6 @@ OBSHotkeyLabel[hotkeyPairHover=true] {
|
||||
color: rgb(240,98,146);
|
||||
}
|
||||
|
||||
/* Pause */
|
||||
PauseCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:checked {
|
||||
image: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/media-play.svg);
|
||||
}
|
||||
|
||||
/* Label warning/error */
|
||||
|
||||
QLabel#warningLabel {
|
||||
|
||||
@@ -982,19 +982,6 @@ OBSHotkeyLabel[hotkeyPairHover=true] {
|
||||
color: rgb(53,82,222);
|
||||
}
|
||||
|
||||
/* Pause */
|
||||
PauseCheckBox {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:checked {
|
||||
image: url(:/res/images/media-pause.svg);
|
||||
}
|
||||
|
||||
PauseCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/media-play.svg);
|
||||
}
|
||||
|
||||
/* Label warning/error */
|
||||
|
||||
QLabel#warningLabel {
|
||||
|
||||
Reference in New Issue
Block a user