michael@0: @namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'); michael@0: @namespace html url('http://www.w3.org/1999/xhtml'); michael@0: michael@0: /* We need to have a non-transparent placeholder so we can test it. */ michael@0: html|input::-moz-placeholder { michael@0: opacity: 1.0; michael@0: color: graytext; michael@0: }