gecko-dev/webshell/tests/viewer/samples/bform.css
kmcclusk%netscape.com b1ab2535df fixes for bugs #5809, #5852, #6828, #6973.
Added a new test16.html sample to test gfx-rendered widgets to viewer.
Added support for test17.html sample to test printing.
1999-05-27 21:17:10 +00:00

46 lines
734 B
CSS

input[type="checkbox"] {
-moz-border-radius:0px;
width:12px;
height:12px;
border:1px solid black;
background-color:rgb(200, 200, 200);
}
input[type="radio"] {
width:14px;
height:14px;
border:1px solid black;
background-color:rgb(200, 200, 200);
}
input[type=button] {
padding-left:10px;
padding-right:10px;
border:1px solid black;
-moz-border-radius:5px;
font-weight:bold;
}
select {
-moz-border-radius:5px;
border:1px solid black;
background-color:rgb(200, 200, 200);
}
:-moz-dropdown-list {
border-color:black;
background-color:rgb(200, 200, 200);
}
option {
padding-left:10px;
}
option[-moz-option-selected] {
color:black;
background-color:rgb(255, 221, 255);
padding-left:10px;
}