Browse Source

bazarr tooltip fix

pull/15/head
gilbN 5 years ago
parent
commit
dec880a317
  1. 3
      CSS/themes/bazarr/bazarr-base.css

3
CSS/themes/bazarr/bazarr-base.css

@ -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;
}
Loading…
Cancel
Save