From: Joey Schulze Date: Sat, 12 Aug 2017 18:35:46 +0000 (+0200) Subject: Support hover attribute for tables X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=commitdiff_plain;h=b5bd7b89cfd02365751c84eafb8ea482f4e6d0ca;hp=513522e835c0693a6918be435a91e7e9e13c240c Support hover attribute for tables --- diff --git a/src/InfoCon/account/list.wml b/src/InfoCon/account/list.wml index 292cbca..124fb9d 100644 --- a/src/InfoCon/account/list.wml +++ b/src/InfoCon/account/list.wml @@ -135,7 +135,7 @@ div#filter_title { font-weight: bold; } - +
diff --git a/src/infodrom.css b/src/infodrom.css index 2c0158f..d9b6bad 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -64,6 +64,9 @@ table.webgraph td { table.webgraph td:hover { background: #DDD; } +table.yellow-hover tr:hover { + background: yellow; +} td.leftcol { padding-left: 2px; }
Datum