Skip to content
Snippets Groups Projects
Commit bf700581 authored by Jacky (trj)'s avatar Jacky (trj) Committed by Pierre Masereel
Browse files

[FIX]: point_of_sale: css fix on the size of a popup-password


Task ID: 2419637

closes odoo/odoo#66154

Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent bbd5101c
No related branches found
No related tags found
No related merge requests found
......@@ -2667,6 +2667,7 @@ td {
.pos .popup.popup-password {
width: 254px;
height: 510px;
}
.pos .popup-password .mode-button.add,
.pos .popup-password .input-button.dot {
......@@ -2678,6 +2679,9 @@ td {
.pos .popup-password .popup-input {
width: 70%;
}
.pos .popup-input.value .highlight {
background: lightblue;
}
.pos .popup .body ul,
.pos .popup ul.body {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment