s4

changeset 296:da0a9c2380c1

Hover highlighting for dumptable added
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 24 Sep 2016 10:59:51 +0859
parents 56c2d2df5b7b
children 8933d3701c00
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Tue Aug 23 10:54:21 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sat Sep 24 10:59:51 2016 +0859
     1.3 @@ -150,6 +150,7 @@
     1.4  div.foldtabs p {margin: 0;}
     1.5  
     1.6  div.dumptable {max-height: 15em; overflow: auto;}
     1.7 +div.dumptable tr:hover {background-color: #fee;}
     1.8  table.dumpblogs td,
     1.9  div.lcto td {	/* LINK + CTIME + TITLE + OWNER + something... */
    1.10      white-space: nowrap; overflow: hidden;}