24 lines
295 B
CSS
24 lines
295 B
CSS
body, a, input, option, select, table, tr, table
|
|
{
|
|
font:normal 11px Tahoma;
|
|
}
|
|
body {
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
input.suggestion, select.suggestion, select.suggestion option
|
|
{
|
|
width: 230px;
|
|
}
|
|
|
|
input.button
|
|
{
|
|
width: 100px;
|
|
cursor: pointer;
|
|
}
|
|
td.highlight
|
|
{
|
|
background-color: #DADADA;
|
|
}
|
|
|