New upstream version 22.0.3+dfsg1
This commit is contained in:
parent
665f64a933
commit
cdc9a9fc87
334 changed files with 14525 additions and 2639 deletions
|
|
@ -51,6 +51,24 @@ MuteCheckBox::indicator:unchecked {
|
|||
image: url(:/res/images/unmute.png);
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox {
|
||||
background: transparent;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox::indicator {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox::indicator:checked {
|
||||
image: url(:/res/images/expand.png);
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox::indicator:unchecked {
|
||||
image: url(:/res/images/collapse.png);
|
||||
}
|
||||
|
||||
OBSHotkeyLabel[hotkeyPairHover=true] {
|
||||
color: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue