diff --git a/debian/changelog b/debian/changelog index 6fec1e0c..44585664 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.405.81) stable; urgency=low +hedera-web (1.405.82) stable; urgency=low * Initial Release. diff --git a/js/hedera/login.xml b/js/hedera/login.xml index 196ffd63..5f60878c 100644 --- a/js/hedera/login.xml +++ b/js/hedera/login.xml @@ -43,7 +43,7 @@
diff --git a/js/hedera/style.css b/js/hedera/style.css index 44e29b7a..af4cd28c 100644 --- a/js/hedera/style.css +++ b/js/hedera/style.css @@ -260,11 +260,17 @@ button, border-radius: 0.1em; margin: -0.5em; } +.button +{ + display: inline-block; + text-align: center; + box-sizing: border-box; +} input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, -button, -.button +button:hover, +.button:hover { background-color: rgba(1, 1, 1, 0.1); } @@ -287,7 +293,7 @@ button.flat:hover, cursor: pointer; } button.flat:disabled, -.button:disabled +.button.flat:disabled { color: gray; } diff --git a/package.json b/package.json index 0440956b..c54a7128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.405.81", + "version": "1.405.82", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {