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
parent eab3c189d8
commit c1af77fc67
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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