mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Feature: Highlight hovered table row
This commit is contained in:
parent
a9ec09a5c8
commit
68278a5388
@ -212,6 +212,10 @@ section.box table tr {
|
|||||||
border-top: 1px solid #e7e7e7;
|
border-top: 1px solid #e7e7e7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.box table tr:hover {
|
||||||
|
background-color: #c0c0c0;
|
||||||
|
}
|
||||||
|
|
||||||
section.box table tr td {
|
section.box table tr td {
|
||||||
padding: 0.4em 1.5em;
|
padding: 0.4em 1.5em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user