JD <http://j.d.tiddlyspot.com/> suggested the solution to this issue. I am 
documenting it here for others who might face the same issue.
Problem 

Color palette setting may make the text in dropdown list (<select>) 
invisible

[image: Screen Shot 2018-07-15 at 00.05.08]

To reproduce the issue, try Neonize or C8 Dark palette from here 
<http://j.d.palette.tiddlyspot.com/>.
Solution 

That’s because the select HTML tag’s background is not defined in the core 
themes. We need to style it separately, by adding this CSS to any tiddler 
tagged $:/tags/Stylesheet

select { background: <<colour page-background>>; }

Or if you want the tiddler background color:

select { background: <<colour background>>; }

Or if you want it to be transparent:

select { background: transparent; }

Thanks JD <http://j.d.tiddlyspot.com/>
​

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/11594c0f-f08a-4f93-9353-ce75c986c89c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to