From df3bab9c92b804339f7f03ab25944f1f930f00bc Mon Sep 17 00:00:00 2001 From: gilbN Date: Wed, 8 Jan 2020 19:54:08 +0100 Subject: [PATCH] librespeed fixes --- .../html5speedtest/html5speedtest-base.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CSS/themes/html5speedtest/html5speedtest-base.css b/CSS/themes/html5speedtest/html5speedtest-base.css index 082b4a64..d3e37089 100644 --- a/CSS/themes/html5speedtest/html5speedtest-base.css +++ b/CSS/themes/html5speedtest/html5speedtest-base.css @@ -62,4 +62,21 @@ div.meterText:empty:before { a:-webkit-any-link { color: white; } +#privacyPolicy { + background: var(--main-bg-color); +} +input { + font-family: "Roboto",sans-serif; + color: white; + background-color: rgba(0, 0, 0, 0.25) !important; + -webkit-rtl-ordering: logical; + Font-size: 16px; + padding: 10px; + border: none; + padding-left: 10px; + max-width: -webkit-fill-available; + border-radius: 3px; + margin-bottom: 5px !important; + outline: none; +}