librespeed fixes
This commit is contained in:
parent
4ce6036d68
commit
df3bab9c92
@ -62,4 +62,21 @@ div.meterText:empty:before {
|
|||||||
a:-webkit-any-link {
|
a:-webkit-any-link {
|
||||||
color: white;
|
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…
Reference in New Issue
Block a user