Support hover attribute for tables
authorJoey Schulze <joey@infodrom.org>
Sat, 12 Aug 2017 18:35:46 +0000 (20:35 +0200)
committerJoey Schulze <joey@infodrom.org>
Sat, 6 Oct 2018 17:30:26 +0000 (19:30 +0200)
src/InfoCon/account/list.wml
src/infodrom.css

index 292cbca..124fb9d 100644 (file)
@@ -135,7 +135,7 @@ div#filter_title {
     font-weight: bold;
 }
 </style>
-<table class="border smallfont" width=100% border=0 cellpadding=0 cellspacing=1>
+<table class="border smallfont yellow-hover" width=100% border=0 cellpadding=0 cellspacing=1>
 <thead>
 <tr class=head>
   <th width=10%>Datum</th>
index 2c0158f..d9b6bad 100644 (file)
@@ -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;
 }