1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Feature: Highlight hovered table row

This commit is contained in:
Philipp Schafft 2020-10-01 14:37:10 +00:00
parent a9ec09a5c8
commit 68278a5388

View File

@ -212,6 +212,10 @@ section.box table tr {
border-top: 1px solid #e7e7e7;
}
section.box table tr:hover {
background-color: #c0c0c0;
}
section.box table tr td {
padding: 0.4em 1.5em;
}