Files
2019-12-21 10:58:30 +01:00

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;
}