use disabled property for input and fix style

This commit is contained in:
wvengen 2014-01-03 10:59:42 +01:00
parent f1ae2724c6
commit 014a62aa11
3 changed files with 7 additions and 2 deletions

View file

@ -265,6 +265,10 @@ tr.unavailable {
// show package icon after amount of package numbers
input.package {
background: url(package-bg.png) no-repeat right center;
// disabled and readonly definitions though
&[disabled], &[readonly] {
background-color: @inputDisabledBackground;
}
}
i.package {
background: url(package-bg.png) no-repeat left center;
@ -275,6 +279,7 @@ i.package {
.package {
color: #999;
}
.input-nano {
width: 30px;
}