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:
Brian Grinstead 2016-03-30 11:44:10 -07:00
Родитель f6116b7a7b
Коммит 85bb978709
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -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;