dmencu 0.3.58 → 0.3.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,6 +62,7 @@ anchoNormal(ancho)
62
62
  color #FFFFFF
63
63
  &:disabled
64
64
  color #6c757d !important
65
+ border-color #6c757d
65
66
  background-color transparent !important
66
67
  opacity 0.5 !important
67
68
 
@@ -62,6 +62,7 @@ anchoNormal(ancho)
62
62
  color #FFFFFF
63
63
  &:disabled
64
64
  color #6c757d !important
65
+ border-color #6c757d
65
66
  background-color transparent !important
66
67
  opacity 0.5 !important
67
68
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "0.3.58",
4
+ "version": "0.3.59",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",