CSS clean-up.

This commit is contained in:
kovacsv 2022-05-09 18:20:48 +02:00
parent 8a40ac4cd2
commit 4ee1a5734e
2 changed files with 1 additions and 2 deletions

View File

@ -159,7 +159,6 @@ select.ov_select
{
color: var(--ov_dialog_foreground_color);
background: var(--ov_dialog_background_color);
font-family: Quicksand, Helvetica, sans-serif;
font-size: 16px;
margin: 0px;
padding: 5px;

View File

@ -52,7 +52,7 @@ li
input, select, textarea
{
font-family: Quicksand;
font-family: Quicksand, Helvetica, sans-serif;
font-size: 16px;
outline: none;
}