1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-13 21:59:54 +02:00

support visualization of ocr confidences

This commit is contained in:
Kai 2021-02-03 15:22:02 +01:00
parent de98fa6ddd
commit c707650bb6
2 changed files with 37 additions and 33 deletions

View file

@ -17,8 +17,8 @@
body{font-family:Verdana;font-size:16px}
table{table-layout:fixed;width:100%;text-align:center}
th{background-color:lightgray}
.editable:focus{background-color:#f0e442}
tr:focus-within{background-color:#dddddd}
.editable:focus{background-color:#f0e442 !important}
tr:focus-within{background-color:#dddddd !important}
.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content{height:10.5em}