While styling the toolbar for the text input, I found some strange behavior in Mozilla’s CSS selector code. The SelectORacle parses this properly: #bar > *:hover
, but Mozilla doesn’t handle it. Strangely enough, if you specify the element, say, like #bar > strong:hover
, it’ll work.