mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
7de1587bf7
commit
560b7cb9b5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user