Make TextInput label real, add aria-label to icon buttons

This commit is contained in:
Ken-Håvard Lieng 2020-05-12 07:48:12 +02:00
parent 9581a63e81
commit 4b8491cf99
7 changed files with 124 additions and 97 deletions

View file

@ -180,7 +180,7 @@ i[class*=' icon-']:before {
padding: 25px 15px 10px;
}
.textinput span {
.textinput-label {
position: absolute;
top: 0;
left: 0;
@ -441,13 +441,17 @@ input::-webkit-inner-spin-button {
.connect-form-address label {
margin-top: 5px;
font: 12px 'Montserrat', sans-serif;
padding: 10px;
padding: 10px 0;
padding-bottom: 0;
text-align: center;
background: #fff;
color: #777;
}
.connect-form-ssl {
padding: 10px !important;
}
.connect-form-button-optionals {
font-size: 24px;
color: #999;