Issue #3187908 by capysara, komalk, djsagar, Gauravmahlawat, mherchel, ranjith_kumar_k_u, vikashsoni, Madhu kumar, kleiton_rodrigues, Jons, lauriii: Search placeholder text wrong font family

merge-requests/1878/head
Alex Pott 2022-02-23 15:41:32 +00:00
parent fb7bb93045
commit ff07146556
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
4 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@
background-position: bottom left; /* LTR */
background-size: 0% 0.3125rem;
box-shadow: none;
font-family: serif;
font-family: "Lora", "georgia", serif;
font-size: 1rem;
-webkit-appearance: none
}

View File

@ -38,7 +38,7 @@
background-position: bottom left; /* LTR */
background-size: 0% 5px;
box-shadow: none;
font-family: serif;
font-family: var(--font-serif);
font-size: 16px;
-webkit-appearance: none;

View File

@ -120,7 +120,7 @@
color: #fff;
border: solid 1px transparent;
box-shadow: none;
font-family: serif;
font-family: "Lora", "georgia", serif;
font-size: 2rem;
-webkit-appearance: none
}

View File

@ -52,7 +52,7 @@
color: var(--color--white);
border: solid 1px transparent;
box-shadow: none;
font-family: serif;
font-family: var(--font-serif);
font-size: 32px;
-webkit-appearance: none;