bazarr tooltip fix

This commit is contained in:
gilbN 2019-07-06 13:45:24 +02:00
parent 96aeb08ef4
commit dec880a317

View File

@ -964,3 +964,6 @@ table.dataTable thead th, table.dataTable thead td {
-webkit-box-shadow: none;
box-shadow: none;
}
[data-tooltip]:not([data-position]):before {
background: #1b1c1d;
}