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 wrap: on
line diff
--- 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;}

yatex.org