Commit 5d8dba22f4940d22f3eb18b7c405213c3bc08121
Exists in
master
and in
1 other branch
Merge branch 'develop' into 'master'
Develop See merge request !14
Showing
1 changed file
Show diff stats
src/views/botonera-lateral.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | ladda="botones.guardando" |
9 | 9 | data-spinner-size="30" |
10 | 10 | data-spinner-color="#000000" |
11 | - class="mb-2 border border-dark rounded" | |
11 | + class="mb-2 border rounded" | |
12 | 12 | > |
13 | 13 | <button |
14 | 14 | id="guardar" |
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | ng-show="botones.pausar" |
27 | 27 | type="button" |
28 | 28 | title="Pausar" |
29 | - class="btn btn-block border border-dark"> | |
29 | + class="btn btn-block border"> | |
30 | 30 | <strong>PAUSAR</strong> |
31 | 31 | </button> |
32 | 32 | <button |
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | ng-show="botones.salir" |
43 | 43 | type="button" |
44 | 44 | title="Salir" |
45 | - class="btn btn-block border border-dark"> | |
45 | + class="btn btn-block border"> | |
46 | 46 | <strong>SALIR</strong> |
47 | 47 | </button> |
48 | 48 | <button |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | ng-click="boton.funcion()" |
51 | 51 | type="button" |
52 | 52 | title="{{boton.title}}" |
53 | - class="btn btn-block border border-dark"> | |
53 | + class="btn btn-block border"> | |
54 | 54 | <strong |
55 | 55 | class="text-uppercase" |
56 | 56 | ng-bind="boton.title"> |
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | <div class="container"> |
70 | 70 | <div class="row"> |
71 | 71 | <div |
72 | - class="btn-group-toggle btn btn-block border border-dark" | |
72 | + class="btn-group-toggle btn btn-block border" | |
73 | 73 | data-toggle="buttons" |
74 | 74 | ng-click="cambioUsoTeclado()" |
75 | 75 | title="Activar/desactivar teclado"> |