Style fix
This commit is contained in:
parent
21d3eda413
commit
80b295f467
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.405.80) stable; urgency=low
|
||||
hedera-web (1.405.81) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
.new .top
|
||||
{
|
||||
padding: 1.5em;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.new h2
|
||||
{
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
.new .top
|
||||
{
|
||||
padding: 1.5em;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.new h2
|
||||
{
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
.vn-login input[type=password],
|
||||
.vn-login input[type=submit],
|
||||
.vn-login input[type=button],
|
||||
.vn-login input[type=reset],
|
||||
.vn-login button,
|
||||
.vn-login .button
|
||||
{
|
||||
|
@ -140,6 +141,7 @@
|
|||
}
|
||||
.vn-login input[type=submit],
|
||||
.vn-login input[type=button],
|
||||
.vn-login input[type=reset],
|
||||
.vn-login button,
|
||||
.vn-login .button
|
||||
{
|
||||
|
@ -153,6 +155,7 @@
|
|||
}
|
||||
.vn-login input[type=submit]:hover,
|
||||
.vn-login input[type=button]:hover,
|
||||
.vn-login input[type=reset]:hover,
|
||||
.vn-login button:hover,
|
||||
.vn-login .button:hover
|
||||
{
|
||||
|
|
|
@ -247,10 +247,11 @@ option
|
|||
|
||||
/* Buttons */
|
||||
|
||||
button,
|
||||
input[type=submit],
|
||||
input[type=button],
|
||||
input[type=reset]
|
||||
input[type=reset],
|
||||
button,
|
||||
.button
|
||||
{
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
|
@ -259,10 +260,11 @@ input[type=reset]
|
|||
border-radius: 0.1em;
|
||||
margin: -0.5em;
|
||||
}
|
||||
button:hover,
|
||||
input[type=submit]:hover,
|
||||
input[type=button]:hover,
|
||||
input[type=reset]:hover
|
||||
input[type=reset]:hover,
|
||||
button,
|
||||
.button
|
||||
{
|
||||
background-color: rgba(1, 1, 1, 0.1);
|
||||
}
|
||||
|
@ -270,7 +272,7 @@ input[type=reset]:hover
|
|||
/* Flat button */
|
||||
|
||||
button.flat,
|
||||
input.button
|
||||
.button.flat
|
||||
{
|
||||
border: none;
|
||||
border-radius: 0.1em;
|
||||
|
@ -279,13 +281,13 @@ input.button
|
|||
color: black;
|
||||
}
|
||||
button.flat:hover,
|
||||
input.button:hover
|
||||
.button.flat:hover
|
||||
{
|
||||
background-color: #9C3;
|
||||
cursor: pointer;
|
||||
}
|
||||
button.flat:disabled,
|
||||
input.button:disabled
|
||||
.button:disabled
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
|
@ -295,7 +297,8 @@ input.button:disabled
|
|||
input[type=submit].thin,
|
||||
input[type=button].thin,
|
||||
input[type=reset].thin,
|
||||
button.thin
|
||||
button.thin,
|
||||
.button.thin
|
||||
{
|
||||
color: #008D77;
|
||||
text-transform: uppercase;
|
||||
|
@ -304,6 +307,7 @@ input[type=submit].thin:disabled,
|
|||
input[type=button].thin:disabled,
|
||||
input[type=reset].thin:disabled,
|
||||
button.thin:disabled
|
||||
.button.thin:disabled
|
||||
{
|
||||
color: gray;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.405.80",
|
||||
"version": "1.405.81",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue