Fixed bugs and updated to latest meteor.
This commit is contained in:
@@ -2511,7 +2511,7 @@ input[type="button"].btn-block {
|
||||
color: #bcb95f;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
#salesMain .separatedTableHeader table thead > tr > th.actions .showOnlyComments:hover {
|
||||
#salesMain .separatedTableHeader table thead > tr > th.actions .showOnlyCommentshover {
|
||||
color: #fff;
|
||||
text-shadow: 0px 0px 10px #ff6d1f;
|
||||
}
|
||||
@@ -2605,10 +2605,10 @@ input[type="button"].btn-block {
|
||||
margin-left: 8px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
#salesMain .saleEditor .priceContainer .priceButtons .setDefaultPrice:hover {
|
||||
#salesMain .saleEditor .priceContainer .priceButtons .setDefaultPricehover {
|
||||
text-shadow: 0px 0px 6px #00b900;
|
||||
}
|
||||
#salesMain .saleEditor .priceContainer .priceButtons .setDefaultPrice:active {
|
||||
#salesMain .saleEditor .priceContainer .priceButtons .setDefaultPriceactive {
|
||||
text-shadow: 0px 0px 6px #808080;
|
||||
}
|
||||
#salesMain .insertSaleForm .form-group,
|
||||
@@ -2622,6 +2622,36 @@ input[type="button"].btn-block {
|
||||
font-variant: normal;
|
||||
font-weight: 500;
|
||||
}
|
||||
#salesMain .insertSaleForm input[name='product'] {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
}
|
||||
#salesMain .insertSaleForm .speechBtn {
|
||||
display: table-cell;
|
||||
width: 1px;
|
||||
}
|
||||
#salesMain .insertSaleForm .speechLink {
|
||||
width: 6px;
|
||||
margin: 3px;
|
||||
margin-left: 6px;
|
||||
margin-right: 0;
|
||||
padding: 6px;
|
||||
border: 2px solid #000;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#salesMain .insertSaleForm .speechLink:hover {
|
||||
background-color: #cbcbcb;
|
||||
border-color: #4b4b4b;
|
||||
}
|
||||
#salesMain .insertSaleForm .speechLink:active {
|
||||
background-color: #b0b0b0;
|
||||
border-color: #000;
|
||||
}
|
||||
#salesMain .insertSaleForm .form-group-line {
|
||||
display: table;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#saleDuplicates {
|
||||
display: table;
|
||||
content-box: border-box;
|
||||
|
||||
Reference in New Issue
Block a user