Integrating UI-Editor
UI-Editor for the software
I tested it with my system @2208Abhinav in Fee Sheet, the positive type shows green as it should but after making it color red from the editor and saving it, upon refreshing of Fee Sheet tab, all buttons appear grey.
Before:
After:
Other things such as menu link and real time changes within the editor are working properly.
This is due to a non-bootstrap button property (background). /modules/MIPS/measures_select.php had the same issue (thus only worked with the purple theme, otherwise had grey and white css buttons), which is an issue I corrected and am going to push with new commits soon. Removing the background property, probably declared in the fee_sheet/new.php somewhere should take care of this. Bootstrap and all.
Let me just say that all the UI tweaker bits we have been adding lately have been very good to see. This has been a neglected area for a long time, and all this effort is making a huge difference.
@aethelwulffe sorry I was away from solving the bugs here for sometime, was busy with GSOC project. I will try to solve the bugs here now.
We can hang onto this PR just fine. It is non-critical, and you have to prioritize.
Bump. Folks looking at the Theme and UI stuff should really review this.