forked from 0x2620/oxjs
fix text list so that it doesn't throw errors in its value function
This commit is contained in:
parent
77d2d22505
commit
12622724ee
5 changed files with 9 additions and 6 deletions
|
|
@ -721,6 +721,9 @@ Miscellaneous
|
|||
.OxThemeClassic .OxSelectable.OxSelected {
|
||||
background: rgb(224, 224, 224);
|
||||
}
|
||||
.OxThemeClassic .OxSelectable.OxSelected.OxFocus {
|
||||
background: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxScreen {
|
||||
background: rgb(224, 224, 224);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue