use disabled property for input and fix style
This commit is contained in:
parent
f1ae2724c6
commit
014a62aa11
3 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue