File Manager Download Button

0
Hi everyone, who's anyone know how to change the color of browse and download button on file manager, we already try to change it in css but we can't change it.   
asked
1 answers
0

Hi Jerome,

 

try it with:

.mx-fileinput{
    .btn{
        // place your styling here
    }
}

 

answered