Mercurial > hgrepos > hgweb.cgi > 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 wrap: on
line diff
--- a/examples/common/default/default.css Tue Aug 23 10:54:21 2016 +0859 +++ b/examples/common/default/default.css Sat Sep 24 10:59:51 2016 +0859 @@ -150,6 +150,7 @@ div.foldtabs p {margin: 0;} div.dumptable {max-height: 15em; overflow: auto;} +div.dumptable tr:hover {background-color: #fee;} table.dumpblogs td, div.lcto td { /* LINK + CTIME + TITLE + OWNER + something... */ white-space: nowrap; overflow: hidden;}