зеркало из https://github.com/mozilla/gecko-dev.git
disable user-input for Print Preview
Bug 120745 r=dcone sr=attinasi a=asa
This commit is contained in:
Родитель
50740cfe49
Коммит
3b65bff5fb
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче