+ MPDF 6.1
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user