fix .OxLabel.OxSquare CSS
This commit is contained in:
parent
23d9c6c44d
commit
3a71cab021
2 changed files with 8 additions and 7 deletions
|
@ -337,13 +337,13 @@ Forms
|
||||||
color: rgb(192, 64, 64);
|
color: rgb(192, 64, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
.OxThemeClassic .OxLabel.OxSquare {
|
|
||||||
background: rgb(240, 240, 240);
|
|
||||||
}
|
|
||||||
.OxThemeClassic .OxLabel.OxDisabled {
|
.OxThemeClassic .OxLabel.OxDisabled {
|
||||||
color: rgb(128, 128, 128);
|
color: rgb(128, 128, 128);
|
||||||
}
|
}
|
||||||
|
.OxThemeClassic .OxDocPage .OxLabel.OxSquare,
|
||||||
|
.OxThemeClassic .OxExamplePage .OxLabel.OxSquare {
|
||||||
|
background: rgb(240, 240, 240);
|
||||||
|
}
|
||||||
|
|
||||||
.OxThemeClassic input.OxCheckbox,
|
.OxThemeClassic input.OxCheckbox,
|
||||||
.OxThemeClassic input.OxInput,
|
.OxThemeClassic input.OxInput,
|
||||||
|
|
|
@ -324,12 +324,13 @@ Forms
|
||||||
color: rgb(255, 64, 64);
|
color: rgb(255, 64, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
.OxThemeModern .OxLabel.OxSquare {
|
|
||||||
background: rgb(16, 16, 16);
|
|
||||||
}
|
|
||||||
.OxThemeModern .OxLabel.OxDisabled {
|
.OxThemeModern .OxLabel.OxDisabled {
|
||||||
color: rgb(128, 128, 128);
|
color: rgb(128, 128, 128);
|
||||||
}
|
}
|
||||||
|
.OxThemeModern .OxDocPage .OxLabel.OxSquare,
|
||||||
|
.OxThemeModern .OxExamplePage .OxLabel.OxSquare {
|
||||||
|
background: rgb(16, 16, 16);
|
||||||
|
}
|
||||||
|
|
||||||
.OxThemeModern input.OxCheckbox,
|
.OxThemeModern input.OxCheckbox,
|
||||||
.OxThemeModern input.OxInput,
|
.OxThemeModern input.OxInput,
|
||||||
|
|
Loading…
Reference in a new issue