Merge pull request #259 from paireks/patch-2

Fonts of input fields are not consistent #247
This commit is contained in:
Viktor Kovacs 2022-05-09 16:54:36 +01:00 committed by GitHub
commit 8a40ac4cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -9,11 +9,6 @@
src: url('Quicksand/Quicksand-Regular.ttf');
}
input, select, textarea
{
outline: none;
}
html, body
{
color: var(--ov_foreground_color);
@ -55,6 +50,13 @@ li
display: var(--ov_only_on_model_display);
}
input, select, textarea
{
font-family: Quicksand;
font-size: 16px;
outline: none;
}
@media (hover)
{

View File

@ -138,7 +138,7 @@ div.ov_dialog div.ov_dialog_copyable_input
div.ov_dialog div.ov_dialog_copyable_input input
{
width: 70%;
margin-top: 6px;
margin-top: 3px;
box-sizing: border-box;
float: left;
border: 0px;
@ -271,7 +271,7 @@ div.ov_snapshot_dialog_param_name
{
width: 60px;
margin-left: 30px;
margin-top: 3px;
margin-top: 6px;
float: left;
}