forked from rDrama/rDrama
1
0
Fork 0

PCM /live: fix hover border resizing table rows.

master
Snakes 2022-09-23 17:42:21 -04:00
parent fc8c8b08a0
commit baf93e4854
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 4 additions and 1 deletions

View File

@ -6,8 +6,11 @@
{% block content %}
<style>
tr {
border-left: 5px solid transparent;
}
tr:hover {
border: 2.5px solid var(--primary);
border-left-color: var(--primary);
}
img.thumb {
border-radius: 4px;