Bug 431017: Self describing text in search fields should not be italicized on Vista Classic, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=mconnor

This commit is contained in:
gavin@gavinsharp.com 2008-04-28 02:26:30 -07:00
Родитель 4cd2169e62
Коммит 8b91a3c9c4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,5 @@
%include textbox.css
textbox[empty="true"] {
textbox[empty="true"]:-moz-system-metric(windows-default-theme) {
font-style: italic;
}