fix .OxLabel.OxSquare CSS

This commit is contained in:
rolux 2012-06-14 15:46:13 +02:00
parent 23d9c6c44d
commit 3a71cab021
2 changed files with 8 additions and 7 deletions

View file

@ -337,13 +337,13 @@ Forms
color: rgb(192, 64, 64);
}
.OxThemeClassic .OxLabel.OxSquare {
background: rgb(240, 240, 240);
}
.OxThemeClassic .OxLabel.OxDisabled {
color: rgb(128, 128, 128);
}
.OxThemeClassic .OxDocPage .OxLabel.OxSquare,
.OxThemeClassic .OxExamplePage .OxLabel.OxSquare {
background: rgb(240, 240, 240);
}
.OxThemeClassic input.OxCheckbox,
.OxThemeClassic input.OxInput,

View file

@ -324,12 +324,13 @@ Forms
color: rgb(255, 64, 64);
}
.OxThemeModern .OxLabel.OxSquare {
background: rgb(16, 16, 16);
}
.OxThemeModern .OxLabel.OxDisabled {
color: rgb(128, 128, 128);
}
.OxThemeModern .OxDocPage .OxLabel.OxSquare,
.OxThemeModern .OxExamplePage .OxLabel.OxSquare {
background: rgb(16, 16, 16);
}
.OxThemeModern input.OxCheckbox,
.OxThemeModern input.OxInput,