Styling
This commit is contained in:
+34
-11
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user