fix selected player annotation background
This commit is contained in:
parent
dd2c26ce2c
commit
117034d964
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ Forms
|
|||
border-top-color: $bodyBorder;
|
||||
}
|
||||
.$themeClass .OxEditableElement.OxSelected {
|
||||
background-color: rgb(208, 208, 208);
|
||||
background-color: $listItemFocusSelectedGradient;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue