json-editor
json-editor copied to clipboard
Why inline css????
It's horrible headache to adjust/customize anything if you just want to use pure html version. I really can't understand why is there so much inline CSS?
for example, making array with tabs, the selected one get "opacity: 1; background: white;" ... wondering whyyyy..????
and many more examples
And at the same time, lack of classes in the elements so it's always hard to catch something to aply custom style...
Wou... seems like there is a method 3-4 same methods (for every theme).. i don't see it apply "active" class to a tab
markTabActive: function(tab) { tab.className += ' active'; },