FilamentF
Filament2y ago
Noor

Css using wire:target or input type

How can I use css to change colors of actions correctly using wire target or input type . Because I tried to do iT did not worked out for me .
.dark .fi-modal-footer-actions .fi-btn [wire:target="callMountedTableAction"]{
    background-color: rgba(var(--warning-400));
}

OR
.dark .fi-modal-footer-actions .fi-btn :input[type="submit"]{
    background-color: rgba(var(--warning-400));
}
Was this page helpful?