[FIX] point_of_sale: the numpad did not show the selected status
authorFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 7 Oct 2014 19:07:56 +0000 (21:07 +0200)
committerFrédéric van der Essen <fvdessen@gmail.com>
Wed, 26 Nov 2014 10:26:57 +0000 (11:26 +0100)
addons/point_of_sale/static/src/css/pos.css

index 20276d2..455b6dd 100644 (file)
@@ -601,12 +601,22 @@ td {
     vertical-align: middle;
     color: #555555;
 }
+.pos .numpad button:active {
+    background: black;
+    color: white;
+    border-color: transparent;
+}
 .pos .input-button {
     font-size: 24px;
 }
 .pos .mode-button {
     font-size: 14px;
 }
+.pos .mode-button.selected-mode {
+    color: white;
+    background: #6EC89B;
+    border-color: transparent;
+}
 
 /*  ********* The right pane contains the screens and headers ********* */