From 7e97306fb74f451fc0319d26d782461bee568c0e Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 28 May 2019 12:01:35 -0300 Subject: [PATCH] Sombra en observaciones --- src/views/modal-detalles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modal-detalles.html b/src/views/modal-detalles.html index c1ea8ef..7af42af 100644 --- a/src/views/modal-detalles.html +++ b/src/views/modal-detalles.html @@ -10,7 +10,7 @@ teclado-virtual rows="5" ng-model="detalles.observacion" - class="form-control form-control-sm" + class="form-control form-control-sm foca-input" foca-focus="focused == 9" ng-focus="focused = 9" ng-required="true"> -- 1.9.1