s4

changeset 564:b86a82ffe407

Table header in mini made brighter
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 17 Apr 2019 13:50:07 +0900
parents 7ab2ceb1b8dd
children b87e1cbf3491
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Apr 14 21:15:45 2019 +0900
     1.2 +++ b/examples/common/default/default.css	Wed Apr 17 13:50:07 2019 +0900
     1.3 @@ -135,7 +135,7 @@
     1.4      border-collapse: collapse;
     1.5      vertical-align: top; width: auto; height: 1em;
     1.6  }
     1.7 -table.mini th {background: #bcc;}
     1.8 +table.mini th {background: #cee;}
     1.9  table.mini tr {border-bottom: solid 1px #bcc;}
    1.10  table.mini th, table.mini td {text-align: justify;}
    1.11  table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}