mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-26 19:29:01 +00:00
27 lines
338 B
CSS
27 lines
338 B
CSS
body {
|
|
font-size: 12px;
|
|
}
|
|
|
|
table {
|
|
background-color: #000;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;
|
|
}
|
|
|
|
th {
|
|
color: #FFF;
|
|
padding: 3px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
tr:hover td {
|
|
background-color: #f9f7da;
|
|
}
|
|
|
|
td {
|
|
border: none;
|
|
background-color: #FFF;
|
|
padding: 3px;
|
|
white-space: nowrap;
|
|
}
|