more clarity whether a number is number units or boxes
This commit is contained in:
parent
bd1b932775
commit
9c340ec08e
2 changed files with 20 additions and 3 deletions
|
|
@ -252,3 +252,15 @@ tr.unavailable {
|
|||
.input-append button.add-on {
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
// show package icon after amount of package numbers
|
||||
.package {
|
||||
background: url(package-bg.png) no-repeat right center;
|
||||
}
|
||||
i.package {
|
||||
width: 18px;
|
||||
color: transparent; // hide text inside
|
||||
}
|
||||
.input-nano {
|
||||
width: 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue