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 .
OR
OR
.dark .fi-modal-footer-actions .fi-btn [wire:target="callMountedTableAction"]{
background-color: rgba(var(--warning-400));
}.dark .fi-modal-footer-actions .fi-btn :input[type="submit"]{
background-color: rgba(var(--warning-400));
}