Fix input

This commit is contained in:
Dennis Eichhorn 2019-02-01 22:19:53 +01:00
parent 5dbfa1bed7
commit 018f8c1aea
5 changed files with 26 additions and 4 deletions

View File

@ -53,4 +53,11 @@ pre {
color: #888;
width: 30px; }
iframe {
padding: 0;
margin: 0;
border: none;
width: 100%;
height: 100%; }
/*# sourceMappingURL=default.css.map */

View File

@ -34,4 +34,12 @@ pre {
width: 30px;
}
}
}
}
iframe {
padding: 0;
margin: 0;
border:none;
width: 100%;
height: 100%;
}

View File

@ -90,7 +90,7 @@ input ~ .dropdown {
position: absolute;
display: none; }
input:focus ~ .dropdown, input.active ~ .dropdown {
input:focus ~ .dropdown, input ~ .dropdown.active {
display: inline-block; }
select {

View File

@ -48,7 +48,7 @@ input ~ .dropdown {
display: none;
}
input:focus ~ .dropdown, input.active ~ .dropdown {
input:focus ~ .dropdown, input ~ .dropdown.active {
display: inline-block;
}

View File

@ -157,6 +157,13 @@ pre {
color: #888;
width: 30px; }
iframe {
padding: 0;
margin: 0;
border: none;
width: 100%;
height: 100%; }
.ok {
color: #5cff56; }
@ -3805,7 +3812,7 @@ input ~ .dropdown {
position: absolute;
display: none; }
input:focus ~ .dropdown, input.active ~ .dropdown {
input:focus ~ .dropdown, input ~ .dropdown.active {
display: inline-block; }
select {