update admin bsb

This commit is contained in:
Aung Myo
2017-10-16 15:29:41 +06:30
parent e3cf15c096
commit 8cecb9a524
5 changed files with 82 additions and 67 deletions

View File

@@ -405,4 +405,26 @@ tr.discount-item-row:hover {
-moz-opacity: 1; /* mozilla */
}
/***********************End Origami CSS ************************/
/***********************End Origami CSS ************************/
/*----- Order Processing Items -----*/
.opi_ul {
display:block;
padding-left:0px;
}
.opi_ul li {
display:list-item;
list-style: none;
margin-top:2px;
}
.opi_selected {
background-color:#BEA2C2 !important;
}
.opi_default {
cursor: pointer;
background-color: #E8ECF9;
line-height: inherit;
padding:5px;
}
/*----- Order Processing Items -----*/