Gecko fixes.
This commit is contained in:
parent
e031e56563
commit
b2f7f556e7
@ -1301,7 +1301,6 @@
|
|||||||
}\
|
}\
|
||||||
.field {\
|
.field {\
|
||||||
border: 1px solid #CCC;\
|
border: 1px solid #CCC;\
|
||||||
box-sizing: border-box;\
|
|
||||||
color: #333;\
|
color: #333;\
|
||||||
font: 13px sans-serif;\
|
font: 13px sans-serif;\
|
||||||
margin: 0;\
|
margin: 0;\
|
||||||
@ -1312,6 +1311,10 @@
|
|||||||
-o-transition: color .25s, border .25s;\
|
-o-transition: color .25s, border .25s;\
|
||||||
transition: color .25s, border .25s;\
|
transition: color .25s, border .25s;\
|
||||||
}\
|
}\
|
||||||
|
.field:-moz-placeholder,\
|
||||||
|
.field:hover:-moz-placeholder {\
|
||||||
|
color: #AAA;\
|
||||||
|
}\
|
||||||
.field:hover, .field:focus {\
|
.field:hover, .field:focus {\
|
||||||
border-color: #999;\
|
border-color: #999;\
|
||||||
color: #000;\
|
color: #000;\
|
||||||
@ -1336,6 +1339,7 @@ textarea.field {\
|
|||||||
width: 80%;\
|
width: 80%;\
|
||||||
}\
|
}\
|
||||||
#qr [type=submit] {\
|
#qr [type=submit] {\
|
||||||
|
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */\
|
||||||
width: 20%;\
|
width: 20%;\
|
||||||
}\
|
}\
|
||||||
</style>\
|
</style>\
|
||||||
@ -1348,7 +1352,7 @@ textarea.field {\
|
|||||||
<form>\
|
<form>\
|
||||||
<div><input id=dump class=field type=button title="Dump mode" value=+><input name=name title=Name placeholder=Name class=field size=1><input name=email title=E-mail placeholder=E-mail class=field size=1><input name=subject title=Subject placeholder=Subject class=field size=1></div>\
|
<div><input id=dump class=field type=button title="Dump mode" value=+><input name=name title=Name placeholder=Name class=field size=1><input name=email title=E-mail placeholder=E-mail class=field size=1><input name=subject title=Subject placeholder=Subject class=field size=1></div>\
|
||||||
<div id=replies></div>\
|
<div id=replies></div>\
|
||||||
<div><textarea title=Comment placeholder=Comment class=field></textarea><div>\
|
<div><textarea title=Comment placeholder=Comment class=field></textarea></div>\
|
||||||
<div class=captcha><img></div>\
|
<div class=captcha><img></div>\
|
||||||
<div><input name=captcha title=Verification placeholder=Verification class=field size=1></div>\
|
<div><input name=captcha title=Verification placeholder=Verification class=field size=1></div>\
|
||||||
<div><input type=file name=upfile multiple><input type=submit value=Submit></div>\
|
<div><input type=file name=upfile multiple><input type=submit value=Submit></div>\
|
||||||
|
|||||||
@ -966,7 +966,6 @@ qr =
|
|||||||
}
|
}
|
||||||
.field {
|
.field {
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
box-sizing: border-box;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
font: 13px sans-serif;
|
font: 13px sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -977,6 +976,10 @@ qr =
|
|||||||
-o-transition: color .25s, border .25s;
|
-o-transition: color .25s, border .25s;
|
||||||
transition: color .25s, border .25s;
|
transition: color .25s, border .25s;
|
||||||
}
|
}
|
||||||
|
.field:-moz-placeholder,
|
||||||
|
.field:hover:-moz-placeholder {
|
||||||
|
color: #AAA;
|
||||||
|
}
|
||||||
.field:hover, .field:focus {
|
.field:hover, .field:focus {
|
||||||
border-color: #999;
|
border-color: #999;
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -1001,6 +1004,7 @@ textarea.field {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
#qr [type=submit] {
|
#qr [type=submit] {
|
||||||
|
padding: 0 -moz-calc(1px); /* Gecko does not respect box-sizing: border-box */
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -1013,7 +1017,7 @@ textarea.field {
|
|||||||
<form>
|
<form>
|
||||||
<div><input id=dump class=field type=button title="Dump mode" value=+><input name=name title=Name placeholder=Name class=field size=1><input name=email title=E-mail placeholder=E-mail class=field size=1><input name=subject title=Subject placeholder=Subject class=field size=1></div>
|
<div><input id=dump class=field type=button title="Dump mode" value=+><input name=name title=Name placeholder=Name class=field size=1><input name=email title=E-mail placeholder=E-mail class=field size=1><input name=subject title=Subject placeholder=Subject class=field size=1></div>
|
||||||
<div id=replies></div>
|
<div id=replies></div>
|
||||||
<div><textarea title=Comment placeholder=Comment class=field></textarea><div>
|
<div><textarea title=Comment placeholder=Comment class=field></textarea></div>
|
||||||
<div class=captcha><img></div>
|
<div class=captcha><img></div>
|
||||||
<div><input name=captcha title=Verification placeholder=Verification class=field size=1></div>
|
<div><input name=captcha title=Verification placeholder=Verification class=field size=1></div>
|
||||||
<div><input type=file name=upfile multiple><input type=submit value=Submit></div>
|
<div><input type=file name=upfile multiple><input type=submit value=Submit></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user