[IMP] point_of_sale: style the popup input similarily to popup textarea
authorFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 7 Oct 2014 22:22:28 +0000 (00:22 +0200)
committerFrédéric van der Essen <fvdessen@gmail.com>
Wed, 26 Nov 2014 11:06:25 +0000 (12:06 +0100)
addons/point_of_sale/static/src/css/pos.css

index e54b584..717772e 100644 (file)
@@ -1926,14 +1926,20 @@ td {
     line-height:180px;
 }
 .pos .popup input {
-    font-size: 18px;
-    font-family: Lato;
-    padding: 4px;
+    font-family: "Lato";
+    font-size: 20px;
+    color: #444;
+    padding: 10px;
     border-radius: 3px;
-    border: solid 1px #cecece;
+    border: none;
+    box-shadow: 0px 0px 0px 1px rgb(220,220,220) inset;
     box-sizing: border-box;
     width: 80%;
 }
+.pos .popup input:focus {
+    outline: none;
+    box-shadow: 0px 0px 0px 3px #6EC89B;
+}
 .pos .popup.popup-selection .message {
     margin-top: 0;
 }