forked from MarseyWorld/MarseyWorld
PCM /live: fix hover border resizing table rows.
parent
fc8c8b08a0
commit
baf93e4854
|
@ -6,8 +6,11 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<style>
|
<style>
|
||||||
|
tr {
|
||||||
|
border-left: 5px solid transparent;
|
||||||
|
}
|
||||||
tr:hover {
|
tr:hover {
|
||||||
border: 2.5px solid var(--primary);
|
border-left-color: var(--primary);
|
||||||
}
|
}
|
||||||
img.thumb {
|
img.thumb {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue