Browse Source

librespeed fixes

pull/110/head
gilbN 5 years ago
parent
commit
df3bab9c92
  1. 17
      CSS/themes/html5speedtest/html5speedtest-base.css

17
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;
}

Loading…
Cancel
Save