michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #root { michael@0: display: -moz-box; michael@0: } michael@0: michael@0: .ruleview { michael@0: overflow: auto; michael@0: -moz-user-select: text; michael@0: } michael@0: michael@0: .ruleview-code { michael@0: direction: ltr; michael@0: } michael@0: michael@0: .ruleview-property:not(:hover) > .ruleview-enableproperty { michael@0: pointer-events: none; michael@0: } michael@0: michael@0: .ruleview-namecontainer { michael@0: cursor: text; michael@0: } michael@0: michael@0: .ruleview-propertycontainer { michael@0: cursor: text; michael@0: padding-right: 15px; michael@0: } michael@0: michael@0: .ruleview-propertycontainer a { michael@0: cursor: pointer; michael@0: } michael@0: michael@0: .ruleview-computedlist:not(.styleinspector-open), michael@0: .ruleview-warning[hidden] { michael@0: display: none; michael@0: } michael@0: michael@0: .ruleview-rule-pseudo-element { michael@0: display: none; michael@0: } michael@0: michael@0: .show-pseudo-elements .ruleview-rule-pseudo-element { michael@0: display: block; michael@0: } michael@0: michael@0: .ruleview .ruleview-expander { michael@0: vertical-align: middle; michael@0: } michael@0: michael@0: .ruleview-header { michael@0: vertical-align: middle; michael@0: min-height: 1.5em; michael@0: line-height: 1.5em; michael@0: } michael@0: michael@0: .ruleview-header.ruleview-expandable-header { michael@0: cursor: pointer; michael@0: } michael@0: michael@0: .ruleview-colorswatch { michael@0: display: inline-block; michael@0: cursor: pointer; michael@0: }