зеркало из https://github.com/mozilla/pjs.git
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
This commit is contained in:
Родитель
b54bd2bd0f
Коммит
593f77aa8a
|
@ -28,6 +28,14 @@
|
|||
* marquee { -moz-binding: none; }
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче