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:
parent
55e5a7eacc
commit
8a6cc45928
@ -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 > * {
|
||||||
|
Loading…
Reference in New Issue
Block a user