Commit 13f97530bc8753f734634f1bf35a23f2ec19b7df

Authored by Marcelo Puebla
1 parent 9af2e75257
Exists in master and in 1 other branch develop

quitado border black de botones.

Showing 1 changed file with 4 additions and 4 deletions   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">