|
|
@@ -55,7 +55,7 @@
|
|
|
<div class="dropdown">
|
|
|
<button class="btn--ui_outline light dropdown-toggle" type="button" id="exportDropdown" data-bs-toggle="dropdown" aria-expanded="false"
|
|
|
style="color:#10172A;">
|
|
|
- Esporta
|
|
|
+ ESPORTA
|
|
|
</button>
|
|
|
<ul class="dropdown-menu" aria-labelledby="exportDropdown">
|
|
|
<li><a class="dropdown-item" href="#" wire:click="export()">Excel</a></li>
|
|
|
@@ -315,6 +315,19 @@
|
|
|
button#exportDropdown.btn--ui_outline.light {
|
|
|
font-weight: normal !important;
|
|
|
}
|
|
|
+ .btn--ui_outline.light.dropdown-toggle:active,
|
|
|
+ .btn--ui_outline.light.dropdown-toggle:focus,
|
|
|
+ .btn--ui_outline.light.dropdown-toggle.show {
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: #10172A !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn--ui_outline.light.dropdown-toggle:hover {
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: #10172A !important;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
</style>
|
|
|
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
|