зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1260839 - Move -moz-user-select: text up to #output-wrapper so selection can be cancelled by clicking below messages. r=vporof
MozReview-Commit-ID: 6KyHSRclSMX --HG-- extra : rebase_source : af183564aa0dbf6538882036bb1f0f96c1a96228
This commit is contained in:
Родитель
f6116b7a7b
Коммит
85bb978709
|
@ -128,14 +128,12 @@ a {
|
|||
#output-wrapper {
|
||||
direction: ltr;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#output-container {
|
||||
/* This width is set to a hardcoded px in webconsole.js since it's way
|
||||
faster than using 100% with -moz-box-flex (see Bug 1237368) */
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
/* The width on #output-container is set to a hardcoded px in webconsole.js
|
||||
since it's way faster than using 100% with -moz-box-flex (see Bug 1237368) */
|
||||
|
||||
#output-container.hideTimestamps > .message {
|
||||
-moz-padding-start: 0;
|
||||
-moz-margin-start: 7px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче