1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Update: Changed table row :hover from #c0c0c0 to #cccccc

This commit is contained in:
Philipp Schafft 2020-10-01 21:34:49 +00:00
parent 55e5a7eacc
commit 8a6cc45928

View File

@ -249,7 +249,7 @@ section.box table tr {
} }
section.box table tbody tr:hover { section.box table tbody tr:hover {
background-color: #c0c0c0; background-color: #cccccc;
} }
section.box table.table-keys tr > * { section.box table.table-keys tr > * {