all tooltip styles updated

This commit is contained in:
batuhanbas
2020-01-05 13:40:42 +03:00
parent 88f568cac2
commit ef468a62f7
6 changed files with 22 additions and 29 deletions

View File

@ -22,8 +22,7 @@
content="{{ trans('widgets.open_bills') }}: {{ $totals['open'] }} / {{ trans('widgets.overdue_bills') }}: {{ $totals['overdue'] }}"
effect="dark"
:open-delay="100"
placement="top"
popper-class="text-white">
placement="top">
<span class="text-white font-weight-bold float-right">{{ $totals['open'] }} / {{ $totals['overdue'] }}</span>
</el-tooltip>
</p>

View File

@ -22,8 +22,7 @@
content="{{ trans('widgets.open_invoices') }}: {{ $totals['open'] }} / {{ trans('widgets.overdue_invoices') }}: {{ $totals['overdue'] }}"
effect="dark"
:open-delay="100"
placement="top"
popper-class="text-white">
placement="top">
<span class="text-white font-weight-bold float-right">{{ $totals['open'] }} / {{ $totals['overdue'] }}</span>
</el-tooltip>
</p>

View File

@ -22,8 +22,7 @@
content="{{ trans('widgets.open_profit') }}: {{ $totals['open'] }} / {{ trans('widgets.overdue_profit') }}: {{ $totals['overdue'] }}"
effect="dark"
:open-delay="100"
placement="top"
popper-class="text-white">
placement="top">
<span class="text-white font-weight-bold float-right">{{ $totals['open'] }} / {{ $totals['overdue'] }}</span>
</el-tooltip>
</p>