Initial commit of pos_product_catch_weight for 11.0

This commit is contained in:
Jared Kipe
2018-11-23 11:18:33 -08:00
parent 829bb0502f
commit 58bbfbd098
9 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/* Copyright 2018 Tecnativa - David Vidal
Copyright 2018 Hibou Corp. - Jared Kipe
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
*/
.pos .popup .packlot-select {
border-bottom: solid 1px rgba(60,60,60,0.1);
margin-top: 3px;
}
.pos .popup select {
text-align: left;
padding: 10px;
display: inline-block;
border-radius: 3px;
border: solid 1px #cecbcb;
margin-bottom: 4px;
background: white;
font-family: "Lato","Lucida Grande", Helvetica, Verdana, Arial;
color: #444;
width: 80%;
min-height: 44px;
font-size: 20px;
box-sizing: border-box;
}
.pos .popup select:focus, .pos .popup select:active {
outline: none;
box-shadow: 0px 0px 0px 3px #6EC89B;
}