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