You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB
CSS

.orderlist-nav li:nth-child(1) a i, .orderlist-nav li:nth-child(1) a:hover i, .orderlist-nav li:nth-child(1) a.active i {
width: 13px !important;
height: 13px !important;
margin-top: 3px !important;
background: url(../img/icon_add_l.png) no-repeat left center !important;
background-size: cover !important;
transition: background .3s linear !important;
}
.orderlist-nav li:nth-child(2) a i, .orderlist-nav li:nth-child(2) a:hover i, .orderlist-nav li:nth-child(2) a.active i {
width: 15px !important;
height: 18px !important;
margin-top: 1px !important;
background: url(../img/icon_copy_l.png) no-repeat left center !important;
background-size: cover !important;
transition: background .3s linear !important;
}
.orderlist-nav li:nth-child(3) a i, .orderlist-nav li:nth-child(3) a:hover i, .orderlist-nav li:nth-child(3) a.active i {
width: 13px !important;
height: 13px !important;
margin-top: 3px !important;
background: url(../img/icon_int_l.png) no-repeat left center !important;
background-size: cover !important;
transition: background .3s linear !important;
}
.orderlist-nav li:nth-child(1) a.disabled i, .orderlist-nav li:nth-child(1) a.disabled:hover i {
background: url(../img/icon_add_h.png) no-repeat left center;
background-size: cover;
}
.orderlist-nav li:nth-child(2) a.disabled i, .orderlist-nav li:nth-child(2) a.disabled:hover i {
background: url(../img/icon_copy_h.png) no-repeat left center;
background-size: cover;
}
.orderlist-nav li:nth-child(3) a.disabled i, .orderlist-nav li:nth-child(3) a.disabled:hover i {
background: url(../img/icon_int_h.png) no-repeat left center;
background-size: cover;
}