add CSS for disabled FileInput
This commit is contained in:
parent
f93c575c8f
commit
bb5a93b2ec
2 changed files with 15 additions and 0 deletions
|
@ -333,6 +333,13 @@ Forms
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.OxThemeClassic .OxFileInput.OxDisabled > .OxBar {
|
||||||
|
background: rgb(192, 192, 192);
|
||||||
|
}
|
||||||
|
.OxThemeClassic .OxFileInput.OxDisabled > .OxBar > div {
|
||||||
|
color: rgb(128, 128, 128);
|
||||||
|
}
|
||||||
|
|
||||||
.OxThemeClassic .OxFormMessage {
|
.OxThemeClassic .OxFormMessage {
|
||||||
color: rgb(192, 64, 64);
|
color: rgb(192, 64, 64);
|
||||||
}
|
}
|
||||||
|
|
|
@ -320,6 +320,14 @@ Forms
|
||||||
.OxThemeModern .OxButton.OxTab.OxSelected {
|
.OxThemeModern .OxButton.OxTab.OxSelected {
|
||||||
border-bottom: 1px solid rgb(64, 64, 64);
|
border-bottom: 1px solid rgb(64, 64, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.OxThemeModern .OxFileInput.OxDisabled > .OxBar {
|
||||||
|
background: rgb(80, 80, 80);
|
||||||
|
}
|
||||||
|
.OxThemeModern .OxFileInput.OxDisabled > .OxBar > div {
|
||||||
|
color: rgb(128, 128, 128);
|
||||||
|
}
|
||||||
|
|
||||||
.OxThemeModern .OxFormMessage {
|
.OxThemeModern .OxFormMessage {
|
||||||
color: rgb(255, 64, 64);
|
color: rgb(255, 64, 64);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue