mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of pos_product_catch_weight for 11.0
This commit is contained in:
30
pos_product_catch_weight/static/src/css/pos.css
Executable file
30
pos_product_catch_weight/static/src/css/pos.css
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user