My site has an issue with a CSS conflict on the page icalevent.edit where the ID for buttons are using the same "btn" as my template (or rather bootstrap it seems). The three colored boxes on the screenshot are the buttons.
If I remove the "btn" class from the button code bellow in firebug it actually prints the text at least, but I can't seem to find the code in the files:
Can anyone:
A) Help me find where this code is generated so that I can remove the class and make the text visible?
B) Find a better solution to this problem?
I use JEvents v3.4.43 Stable
If I remove the "btn" class from the button code bellow in firebug it actually prints the text at least, but I can't seem to find the code in the files:
<button href="#" onclick="javascript:Joomla.submitbutton('icalevent.apply');return false;" class="btn btn-small btn-success">
<i class="icon-apply icon-white">
</i>
Spara
</button>
Can anyone:
A) Help me find where this code is generated so that I can remove the class and make the text visible?
B) Find a better solution to this problem?
I use JEvents v3.4.43 Stable