Fixed text disappearance of translate
This commit is contained in:
parent
91c39c3799
commit
f2dbb7bada
|
@ -272,6 +272,11 @@ a:focus { text-decoration: none; }
|
|||
line-height: 140%;
|
||||
}
|
||||
|
||||
font {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
/*---Button/input related--------------------------------------------------------------*/
|
||||
|
||||
button {
|
||||
|
|
|
@ -272,6 +272,11 @@ a:focus { text-decoration: none; }
|
|||
line-height: 140%;
|
||||
}
|
||||
|
||||
font {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
/*---Button/input related--------------------------------------------------------------*/
|
||||
|
||||
button {
|
||||
|
|
Loading…
Reference in New Issue