Bug 1055873 - Move the -moz-user-select back to incontent-preferences. r=MattN

This commit is contained in:
Richard Marti 2014-08-31 22:53:39 +02:00
parent cf3f6bc618
commit 9aad4d102e
2 changed files with 10 additions and 9 deletions

View File

@ -23,6 +23,16 @@ prefpane {
line-height: 22px;
}
* {
-moz-user-select: text;
}
button,
treecol {
/* override the * rule */
-moz-user-select: none;
}
/* Category List */
.category-icon {

View File

@ -14,15 +14,6 @@ xul|page {
color: #424e5a;
}
*|* {
-moz-user-select: text;
}
xul|treecol {
/* override the * rule to let the treecol be sortable */
-moz-user-select: none;
}
html|body {
font-size: 15px;
font-weight: normal;