+ MPDF 6.1

This commit is contained in:
2020-08-11 18:04:59 +06:00
parent 11d3f0fc7a
commit c2e133debe
714 changed files with 120510 additions and 93145 deletions

View File

@ -5,7 +5,7 @@
-webkit-box-sizing: border-box;
}
html,body
/*html,body
{
height:100%;
min-height:100%;
@ -14,7 +14,7 @@ html,body
font-size: 14px;
font-family: Arial;
background-color: var(--back-color);
}
}*/
input,textarea
{
@ -62,8 +62,10 @@ select
input[type="text"], input[type="password"], textarea, select {
background-color : var(--back-color3);
color : var(--main-font-color);
border-color: rgb(195, 195, 195);
border-width: 1px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {