changing generated and psuedo content frames to inherit

r=kmcclusk bug 20301


git-svn-id: svn://10.0.0.236/trunk@55090 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1999-12-02 22:06:53 +00:00
parent 8d420bdb8c
commit 6f46990bc8
2 changed files with 12 additions and 12 deletions

View File

@ -807,8 +807,8 @@ input[type="button"][disabled]:active {
input[type="button"]:-moz-buttonlabel {
box-sizing: border-box;
content:" ";
font-family: sans-serif;
font-size: small;
font-family: inherit;
font-size: inherit;
background-color:inherit;
}
@ -818,8 +818,8 @@ input[type="button"][disabled]:-moz-buttonlabel {
input[type="button"][value]:-moz-buttonlabel {
content:attr(value);
font-family: sans-serif;
font-size: small;
font-family: inherit;
font-size: inherit;
background-color:inherit;
}
@ -1041,8 +1041,8 @@ select[disabled] input[type="button"] {
/* combobox display area */
select input#-moz-display {
font-family: sans-serif;
font-size: small;
font-family: inherit;
font-size: inherit;
box-sizing: border-box;
border: none;
background-color: white;

View File

@ -807,8 +807,8 @@ input[type="button"][disabled]:active {
input[type="button"]:-moz-buttonlabel {
box-sizing: border-box;
content:" ";
font-family: sans-serif;
font-size: small;
font-family: inherit;
font-size: inherit;
background-color:inherit;
}
@ -818,8 +818,8 @@ input[type="button"][disabled]:-moz-buttonlabel {
input[type="button"][value]:-moz-buttonlabel {
content:attr(value);
font-family: sans-serif;
font-size: small;
font-family: inherit;
font-size: inherit;
background-color:inherit;
}
@ -1041,8 +1041,8 @@ select[disabled] input[type="button"] {
/* combobox display area */
select input#-moz-display {
font-family: sans-serif;
font-size: small;
font-family: inherit;
font-size: inherit;
box-sizing: border-box;
border: none;
background-color: white;