add CSS for disabled FileInput

This commit is contained in:
rolux 2012-06-27 12:57:15 +02:00
parent f93c575c8f
commit bb5a93b2ec
2 changed files with 15 additions and 0 deletions

View file

@ -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);
} }

View file

@ -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);
} }