Edit pairable round status in pairing window

This commit is contained in:
Claude Brisson
2024-01-26 10:43:40 +01:00
parent 0c378af406
commit aaf4a1357e
4 changed files with 82 additions and 4 deletions

View File

@@ -228,6 +228,11 @@
background-clip: initial;
}
.ui.form label input[type="checkbox"] {
margin-left: 1em;
vertical-align: baseline;
}
.ui.striped.table>tbody>tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n) {
background-color: rgba(0,0,50,.1)
}