зеркало из https://github.com/mozilla/gecko-dev.git
Changed default label for submit buttons to Submit Query from (submit)
Changed default label for reset buttons to Reset from (reset)
This commit is contained in:
Родитель
d7eba1f6a2
Коммит
12f49894e4
|
@ -440,7 +440,7 @@ input[type=button][value]:-moz-buttonlabel {
|
||||||
|
|
||||||
/* submit */
|
/* submit */
|
||||||
input[type=submit]:-moz-buttonlabel {
|
input[type=submit]:-moz-buttonlabel {
|
||||||
content:"submit";
|
content:"Submit Query";
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
@ -453,7 +453,7 @@ input[type=submit][value]:-moz-buttonlabel {
|
||||||
|
|
||||||
/* reset */
|
/* reset */
|
||||||
input[type=reset]:-moz-buttonlabel {
|
input[type=reset]:-moz-buttonlabel {
|
||||||
content:"reset";
|
content:"Reset";
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
|
@ -440,7 +440,7 @@ input[type=button][value]:-moz-buttonlabel {
|
||||||
|
|
||||||
/* submit */
|
/* submit */
|
||||||
input[type=submit]:-moz-buttonlabel {
|
input[type=submit]:-moz-buttonlabel {
|
||||||
content:"submit";
|
content:"Submit Query";
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
@ -453,7 +453,7 @@ input[type=submit][value]:-moz-buttonlabel {
|
||||||
|
|
||||||
/* reset */
|
/* reset */
|
||||||
input[type=reset]:-moz-buttonlabel {
|
input[type=reset]:-moz-buttonlabel {
|
||||||
content:"reset";
|
content:"Reset";
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче