disable user-input for Print Preview

Bug 120745 r=dcone sr=attinasi a=asa
This commit is contained in:
rods%netscape.com 2002-02-26 03:30:51 +00:00
Родитель 50740cfe49
Коммит 3b65bff5fb
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -397,6 +397,7 @@ input[type="submit"][disabled] {
@media print {
input, textarea, select, button {
-moz-user-focus: none !important;
-moz-user-input: none !important;
}
}

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

@ -397,6 +397,7 @@ input[type="submit"][disabled] {
@media print {
input, textarea, select, button {
-moz-user-focus: none !important;
-moz-user-input: none !important;
}
}