This commit is contained in:
2015-09-22 23:13:20 -04:00
parent 829d84d73e
commit 5e90c6d330
2 changed files with 95 additions and 82 deletions
+34 -11
View File
@@ -157,22 +157,45 @@ dl.inline {
padding-left: 10px;
}
td.nomatch {
background-color: #f89406 !IMPORTANT;
color: white !IMPORTANT;
}
td.match {
background-color: #468847 !IMPORTANT;
color: white !IMPORTANT;
}
#fuellogs th,
#fuellog th,
#currentlymatchedlog th,
#matchedlogs th {
width: 16.6%
}
#fuellog th{
background-color: black !IMPORTANT;
color: white !IMPORTANT;
}
#fuellog tbody td{
background-color: rgb(63, 63, 63) !IMPORTANT;
color: white !IMPORTANT;
}
td.nomatch {
background-color: #f8ba62 !IMPORTANT;
color: #64410f !IMPORTANT;
}
td.match {
background-color: #3a87ad !IMPORTANT;
color: white !IMPORTANT;
}
#currentlymatchedlog th{
background-color: #3a713b !IMPORTANT;
color: white !IMPORTANT;
}
#currentlymatchedlog td.match {
background-color: #468847 !IMPORTANT;
}
#matchedlogs th{
background-color: #2b6481 !IMPORTANT;
color: white !IMPORTANT;
}
@media print {
header,
footer,