From 018f8c1aea33528520260f357d10a8b4bf7ed8b4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 1 Feb 2019 22:19:53 +0100 Subject: [PATCH] Fix input --- default.css | 7 +++++++ default.scss | 10 +++++++++- input.css | 2 +- input.scss | 2 +- styles.css | 9 ++++++++- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/default.css b/default.css index 7c3bd3e..769494f 100644 --- a/default.css +++ b/default.css @@ -53,4 +53,11 @@ pre { color: #888; width: 30px; } +iframe { + padding: 0; + margin: 0; + border: none; + width: 100%; + height: 100%; } + /*# sourceMappingURL=default.css.map */ diff --git a/default.scss b/default.scss index f1691c7..8c2f8be 100644 --- a/default.scss +++ b/default.scss @@ -34,4 +34,12 @@ pre { width: 30px; } } -} \ No newline at end of file +} + +iframe { + padding: 0; + margin: 0; + border:none; + width: 100%; + height: 100%; +} diff --git a/input.css b/input.css index d0b1263..b0b64c1 100644 --- a/input.css +++ b/input.css @@ -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 { diff --git a/input.scss b/input.scss index 78c5cb9..1baae8a 100644 --- a/input.scss +++ b/input.scss @@ -48,7 +48,7 @@ input ~ .dropdown { display: none; } -input:focus ~ .dropdown, input.active ~ .dropdown { +input:focus ~ .dropdown, input ~ .dropdown.active { display: inline-block; } diff --git a/styles.css b/styles.css index 3880c6f..be9f0fb 100644 --- a/styles.css +++ b/styles.css @@ -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 {