Merge pull request #259 from paireks/patch-2
Fonts of input fields are not consistent #247
This commit is contained in:
commit
8a40ac4cd2
@ -9,11 +9,6 @@
|
|||||||
src: url('Quicksand/Quicksand-Regular.ttf');
|
src: url('Quicksand/Quicksand-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select, textarea
|
|
||||||
{
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body
|
html, body
|
||||||
{
|
{
|
||||||
color: var(--ov_foreground_color);
|
color: var(--ov_foreground_color);
|
||||||
@ -55,6 +50,13 @@ li
|
|||||||
display: var(--ov_only_on_model_display);
|
display: var(--ov_only_on_model_display);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, select, textarea
|
||||||
|
{
|
||||||
|
font-family: Quicksand;
|
||||||
|
font-size: 16px;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover)
|
@media (hover)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@ -138,7 +138,7 @@ div.ov_dialog div.ov_dialog_copyable_input
|
|||||||
div.ov_dialog div.ov_dialog_copyable_input input
|
div.ov_dialog div.ov_dialog_copyable_input input
|
||||||
{
|
{
|
||||||
width: 70%;
|
width: 70%;
|
||||||
margin-top: 6px;
|
margin-top: 3px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
float: left;
|
float: left;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
@ -271,7 +271,7 @@ div.ov_snapshot_dialog_param_name
|
|||||||
{
|
{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-top: 3px;
|
margin-top: 6px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user