mirror of https://github.com/me50/kukemuna.git
automated commit by submit50
This commit is contained in:
parent
b134d65144
commit
e4d8076fd7
|
|
@ -42,7 +42,8 @@ h1 {
|
|||
font-size: 48px;
|
||||
}
|
||||
|
||||
button, input[type="submit"] {
|
||||
button,
|
||||
input[type="submit"] {
|
||||
background-color: #d9edff;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0.25rem;
|
||||
|
|
@ -55,12 +56,14 @@ button, input[type="submit"] {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="number"] {
|
||||
input[type="text"],
|
||||
input[type="number"] {
|
||||
line-height: 1.8;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
input[type="text"]:hover, input[type="number"]:hover {
|
||||
input[type="text"]:hover,
|
||||
input[type="number"]:hover {
|
||||
background-color: #f5f5f5;
|
||||
transition: color 2s ease-in-out, background-color 0.15s ease-in-out;
|
||||
}
|
||||
|
|
@ -80,4 +83,3 @@ table td {
|
|||
tbody tr:nth-of-type(odd) {
|
||||
background-color: rgb(179, 208, 255, 0.3)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue