ui design update
This commit is contained in:
parent
dd138da1a6
commit
a439f26b67
4 changed files with 22 additions and 11 deletions
|
|
@ -263,12 +263,17 @@ tr.unavailable {
|
|||
}
|
||||
|
||||
// show package icon after amount of package numbers
|
||||
.package {
|
||||
input.package {
|
||||
background: url(package-bg.png) no-repeat right center;
|
||||
}
|
||||
i.package {
|
||||
width: 18px;
|
||||
color: transparent; // hide text inside
|
||||
background: url(package-bg.png) no-repeat left center;
|
||||
min-width: 18px;
|
||||
padding-left: 20px;
|
||||
font-style: normal;
|
||||
}
|
||||
.package {
|
||||
color: #999;
|
||||
}
|
||||
.input-nano {
|
||||
width: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue