mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Issue #2106 - Part 2: Align value names
This commit is contained in:
@@ -16,7 +16,7 @@ body {
|
||||
|
||||
div.ancillary {
|
||||
margin: 0.5em 0;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
div.section {
|
||||
@@ -71,7 +71,7 @@ h3 {
|
||||
a.upDownArrow {
|
||||
font-size: 130%;
|
||||
text-decoration: none;
|
||||
-moz-user-select: none; /* no need to include this when cutting+pasting */
|
||||
user-select: none; /* no need to include this when cutting+pasting */
|
||||
}
|
||||
|
||||
.accuracyWarning {
|
||||
@@ -114,17 +114,17 @@ a.upDownArrow {
|
||||
}
|
||||
|
||||
.noselect {
|
||||
-moz-user-select: none; /* no need to include this when cutting+pasting */
|
||||
user-select: none; /* no need to include this when cutting+pasting */
|
||||
}
|
||||
|
||||
.option {
|
||||
font-size: 80%;
|
||||
-moz-user-select: none; /* no need to include this when cutting+pasting */
|
||||
user-select: none; /* no need to include this when cutting+pasting */
|
||||
}
|
||||
|
||||
.legend {
|
||||
font-size: 80%;
|
||||
-moz-user-select: none; /* no need to include this when cutting+pasting */
|
||||
user-select: none; /* no need to include this when cutting+pasting */
|
||||
}
|
||||
|
||||
.debug {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
* {
|
||||
-moz-user-focus: ignore;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
display: -moz-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -97,7 +97,7 @@ thumb {
|
||||
}
|
||||
|
||||
scrollbar, scrollbarbutton, scrollcorner, slider, thumb, scale {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
scrollcorner {
|
||||
|
||||
@@ -658,7 +658,7 @@ treecol.treecol-image {
|
||||
tree > treechildren {
|
||||
display: -moz-box;
|
||||
-moz-binding: url("chrome://global/content/bindings/tree.xml#treebody");
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
@@ -763,7 +763,7 @@ progressmeter {
|
||||
|
||||
textbox {
|
||||
-moz-binding: url("chrome://global/content/bindings/textbox.xml#textbox");
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ xhtml|link {
|
||||
|
||||
.text-list {
|
||||
white-space: pre-line;
|
||||
-moz-user-select: element;
|
||||
user-select: contain;
|
||||
}
|
||||
|
||||
setting, row[unsupported="true"] {
|
||||
@@ -203,10 +203,10 @@ setting[type="menulist"] {
|
||||
}
|
||||
|
||||
.addon .relnotes {
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
#detail-name, #detail-desc, #detail-fulldesc {
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
/* Make sure we're not animating hidden images. See bug 623739. */
|
||||
|
||||
@@ -216,7 +216,7 @@ body:not(.loaded) .toolbar:-moz-locale-dir(rtl) {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
background-color: #fbfbfb;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
border-right: 1px solid #b5b5b5;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@@ -315,7 +315,7 @@ button.month-year.active::after {
|
||||
padding: calc((var(--spinner-item-height) - var(--font-size-default)) / 2) 0;
|
||||
margin-bottom: var(--spinner-item-margin-bottom);
|
||||
height: var(--spinner-item-height);
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
scroll-snap-coordinate: 0 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -655,7 +655,7 @@ xul|*.radio-label-box {
|
||||
padding-bottom: 2px;
|
||||
padding-inline-start: 9px;
|
||||
margin: 0;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
*|*.category-icon {
|
||||
@@ -678,7 +678,7 @@ xul|*.radio-label-box {
|
||||
font-weight: normal;
|
||||
line-height: 40px;
|
||||
margin: 0;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* File fields */
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
height: 100%;
|
||||
background-color: rgb(72,72,72);
|
||||
color: white;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.hoverBox {
|
||||
|
||||
Reference in New Issue
Block a user