Bug 613742: text in tab-modal prompts should be selectable

Bug 613742: text in tab-modal prompts should be selectable. r=dolske, a=blocking
This commit is contained in:
Gavin Sharp 2010-12-05 10:33:12 -05:00
parent 96cb3976d7
commit 053cd13b30

View File

@ -12,13 +12,13 @@ tabmodalprompt {
.info\.body {
max-width: 45em;
}
.infoContainer {
-moz-user-focus: normal;
-moz-user-select: text;
cursor: text !important;
white-space: pre-wrap;
}
.infoContainer {
max-height: 10em;
overflow-y: auto;
}