added family and font size to type text and textarea
git-svn-id: svn://10.0.0.236/trunk@45892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
04b1eeb64e
commit
036205931d
@ -840,6 +840,8 @@ button:focus:-moz-focus-inner {
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font-family:monospace;
|
||||
font-size: 10;
|
||||
border: 2px inset rgb(204, 204, 204);
|
||||
background-color: white;
|
||||
color: black;
|
||||
@ -1056,6 +1058,8 @@ optgroup:before {
|
||||
|
||||
|
||||
textarea {
|
||||
font-family:monospace;
|
||||
font-size: 10;
|
||||
vertical-align: bottom;
|
||||
border: 2px inset #c0c0c0;
|
||||
background-color:white;
|
||||
|
||||
@ -840,6 +840,8 @@ button:focus:-moz-focus-inner {
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font-family:monospace;
|
||||
font-size: 10;
|
||||
border: 2px inset rgb(204, 204, 204);
|
||||
background-color: white;
|
||||
color: black;
|
||||
@ -1056,6 +1058,8 @@ optgroup:before {
|
||||
|
||||
|
||||
textarea {
|
||||
font-family:monospace;
|
||||
font-size: 10;
|
||||
vertical-align: bottom;
|
||||
border: 2px inset #c0c0c0;
|
||||
background-color:white;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user