Hello devs,
I am creating new theme for phpmyadmin but I am facing one problem. I have created a CSS file in which there is code of new design/layout is present. Now how can can I use this in the theme.
Like for example in my CSS.
.head {
margin: 0px;
}
Now how can I use this head in the phpmyadmin interface. Which file I have to change.
Like here I want to add <div class="head"></div>
How can I implement this on interface.
Please help me if someone knows this.
Thanks for help in advance :)