use new form element syntax
This commit is contained in:
parent
d80019a17c
commit
215f1f6c1b
11 changed files with 56 additions and 90 deletions
|
|
@ -716,10 +716,10 @@ Miscellaneous
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeClassic .OxSelectable.OxSelected {
|
||||
.OxThemeClassic .OxSelectableElement.OxSelected {
|
||||
background: rgb(224, 224, 224);
|
||||
}
|
||||
.OxThemeClassic .OxSelectable.OxSelected.OxFocus {
|
||||
.OxThemeClassic .OxSelectableElement.OxSelected.OxFocus {
|
||||
background: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -741,10 +741,10 @@ Miscellaneous
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeModern .OxSelectable.OxSelected {
|
||||
.OxThemeModern .OxSelectableElement.OxSelected {
|
||||
background: rgb(48, 48, 48);
|
||||
}
|
||||
.OxThemeModern .OxSelectable.OxSelected.OxFocus {
|
||||
.OxThemeModern .OxSelectableElement.OxSelected.OxFocus {
|
||||
background: rgb(64, 64, 64);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue