# HG changeset patch # User HIROSE Yuuji # Date 1555476607 -32400 # Node ID b86a82ffe40726cd494266644ade0037716a3359 # Parent 7ab2ceb1b8dd500954394959b64405fffab93509 Table header in mini made brighter diff -r 7ab2ceb1b8dd -r b86a82ffe407 examples/common/default/default.css --- a/examples/common/default/default.css Sun Apr 14 21:15:45 2019 +0900 +++ b/examples/common/default/default.css Wed Apr 17 13:50:07 2019 +0900 @@ -135,7 +135,7 @@ border-collapse: collapse; vertical-align: top; width: auto; height: 1em; } -table.mini th {background: #bcc;} +table.mini th {background: #cee;} table.mini tr {border-bottom: solid 1px #bcc;} table.mini th, table.mini td {text-align: justify;} table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}