Bug 816298 - Part 2: Replace references to -moz-user-select:-moz-none with -moz-user-select:none. r=ehsan r=enndeakin

--HG--
extra : rebase_source : 4763e08113fb49a282fc04af072f60b74046e2c4
This commit is contained in:
Chris Peterson 2013-01-08 15:45:24 -08:00
Родитель f644840333
Коммит 0815e4c081
4 изменённых файлов: 7 добавлений и 7 удалений

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

@ -151,7 +151,7 @@
cursor: pointer;
text-align: right;
float: right;
-moz-user-select: -moz-none;
-moz-user-select: none;
}
.ruleview-rule-inheritance {
@ -161,7 +161,7 @@
border-bottom: 1px solid hsl(0,0%,65%);
padding: 1px 4px;
margin-top: 4px;
-moz-user-select: -moz-none;
-moz-user-select: none;
}
.ruleview-rule-source:hover {

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

@ -153,7 +153,7 @@
cursor: pointer;
text-align: right;
float: right;
-moz-user-select: -moz-none;
-moz-user-select: none;
}
.ruleview-rule-inheritance {
@ -163,7 +163,7 @@
border-bottom: 1px solid hsl(0,0%,65%);
padding: 1px 4px;
margin-top: 4px;
-moz-user-select: -moz-none;
-moz-user-select: none;
}
.ruleview-rule-source:hover {

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

@ -153,7 +153,7 @@
cursor: pointer;
text-align: right;
float: right;
-moz-user-select: -moz-none;
-moz-user-select: none;
}
.ruleview-rule-inheritance {
@ -163,7 +163,7 @@
border-bottom: 1px solid hsl(0,0%,65%);
padding: 1px 4px;
margin-top: 4px;
-moz-user-select: -moz-none;
-moz-user-select: none;
}
.ruleview-rule-source:hover {

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

@ -16,7 +16,7 @@
* {
-moz-user-focus: ignore;
-moz-user-select: -moz-none;
-moz-user-select: none;
display: -moz-box;
-moz-box-sizing: border-box;
}