Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2006-07-29 08:48:49 +00:00
Родитель b54bd2bd0f
Коммит 593f77aa8a
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -29,6 +29,14 @@
* *
*/ */
/*
* example: make search fields on www.mozilla.org white-on-black
*
* @-moz-document url-prefix(http://www.mozilla.org/) {
* #q { background: white ! important; color: black ! important; }
* }
*/
/* /*
* For more examples see http://www.mozilla.org/unix/customizing.html * For more examples see http://www.mozilla.org/unix/customizing.html
*/ */