fix css for form elements on text pages
This commit is contained in:
parent
1734bcc66f
commit
1a0c5aeab5
1 changed files with 5 additions and 0 deletions
|
@ -2942,6 +2942,11 @@ Miscellaneous
|
||||||
.OxTextPage {
|
.OxTextPage {
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
.OxTextPage .OxInput,
|
||||||
|
.OxTextPage .OxLabel,
|
||||||
|
.OxTextPage .OxSelect {
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.OxTooltip {
|
.OxTooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue