2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2011-11-01 18:06:48 -07:00
|
|
|
|
2012-03-11 13:36:46 -07:00
|
|
|
#root {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.helplink {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.expander,
|
|
|
|
.property-name,
|
|
|
|
.ruleview-propertyname,
|
|
|
|
.ruleview-warning,
|
|
|
|
.ruleview-expander {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#propertyContainer {
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
overflow-y: auto;
|
|
|
|
-moz-user-select: text;
|
|
|
|
}
|
|
|
|
|
2011-11-14 07:21:34 -08:00
|
|
|
.ruleview {
|
|
|
|
overflow: auto;
|
2012-03-11 07:01:38 -07:00
|
|
|
-moz-user-select: text;
|
2011-11-14 07:21:34 -08:00
|
|
|
}
|
|
|
|
|
2012-03-11 13:36:46 -07:00
|
|
|
.property-view-hidden,
|
|
|
|
.property-content-hidden,
|
|
|
|
.ruleview-computedlist:not(.styleinspector-open),
|
|
|
|
.ruleview-warning[hidden] {
|
2011-11-01 18:06:48 -07:00
|
|
|
display: none;
|
|
|
|
}
|
2012-01-05 03:42:30 -08:00
|
|
|
|
|
|
|
.ruleview-code {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
2012-01-31 05:55:03 -08:00
|
|
|
|
|
|
|
.ruleview-property:not(:hover) > .ruleview-enableproperty {
|
2012-03-14 03:04:11 -07:00
|
|
|
pointer-events: none;
|
2012-01-31 05:55:03 -08:00
|
|
|
}
|
2012-06-01 15:13:48 -07:00
|
|
|
|
|
|
|
.ruleview-namecontainer {
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ruleview-propertycontainer {
|
|
|
|
cursor: text;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|