Hi Hiru The core uses normalize.css to reset the browser stylesheet to a good baseline:
https://necolas.github.io/normalize.css/ Otherwise, the core styles try to avoid global restyling of basic controls like input, textarea and buttons. A particular goal is to ensure that browsers render their platform-specific button styles. In this particular case, it looks like the problem is that one of the styles that we apply is causing Firefox to flip to a custom rendering for the text box. I'd accept a pull request to fix it. The fix that you suggested wouldn't quite work because it doesn't use the palette correctly. See how colours are set in the base theme with the <<colour>> macro: https://github.com/Jermolene/TiddlyWiki5/blob/master/themes/tiddlywiki/vanilla/base.tid#L126-L127 Best wishes Jeremy. On Fri, Aug 7, 2015 at 9:43 AM, PMario <[email protected]> wrote: > On Friday, August 7, 2015 at 3:12:41 AM UTC+2, Jed Carty wrote: >> >> I think that, like buttons and select widgets, the generic text input >> fields don't have a default style set by tiddlywiki so they just go for the >> browser default. Someone had briefly mentioned adding some css to make the >> defaults consistent across browsers but nothing has been done yet. At this >> point because of backwards compatibility reasons it may never be put into >> the core. >> > > I'm not sure about this. > IMO its just, that nobody was annoyed enough, to test it with every > possible browser, prove that it has no side effects on any browser. > > Someone may prove that there is no backwards compatibility problem and > create a pull request. ... *but first *have a look at the existing > issues, if there is already a discussion. > > -mario > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/b7856ec5-3aec-461d-8c8d-875db8ae5099%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/b7856ec5-3aec-461d-8c8d-875db8ae5099%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJaXBtb_e%2BT_VmzyGnJvRS7BkqbwUWGNQGWGuxQdBz79wQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

