1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
9 .ruleview-rule-source {
10 -moz-padding-start: 5px;
14 -moz-user-select: none;
18 border-top-width: 1px;
19 border-bottom-width: 1px;
20 border-top-style: solid;
21 border-bottom-style: solid;
24 -moz-user-select: none;
25 word-wrap: break-word;
28 .ruleview-rule-source:hover {
29 text-decoration: underline;
42 .ruleview-rule + .ruleview-rule {
43 border-top-width: 1px;
44 border-top-style: dotted;
48 background: url("chrome://browser/skin/devtools/alerticon-warning.png");
49 -moz-margin-start: 5px;
50 display: inline-block;
57 -moz-padding-end: 5px;
65 .ruleview-propertylist {
71 .ruleview-rule:not(:hover) .ruleview-enableproperty {
76 display: inline-block;
79 .ruleview-newproperty {
80 /* (enable checkbox width: 12px) + (expander width: 15px) */
81 -moz-margin-start: 27px;
84 .ruleview-namecontainer,
85 .ruleview-propertycontainer,
86 .ruleview-propertyname,
87 .ruleview-propertyvalue {
88 text-decoration: inherit;
91 .ruleview-computedlist {
97 -moz-margin-start: 35px;
100 .ruleview-colorswatch {
104 vertical-align: text-top;
105 -moz-margin-end: 5px;
108 .ruleview-overridden {
109 text-decoration: line-through;
112 .styleinspector-propertyeditor {
113 border: 1px solid #A09090;
118 border-left: 3px solid transparent;
122 .ruleview-property > * {
123 vertical-align: middle;
126 .ruleview-property[dirty] {
127 border-left-color: #9C9CFF; /* Green */
130 .ruleview-namecontainer > .ruleview-propertyname,
131 .ruleview-propertycontainer > .ruleview-propertyvalue {
132 border-bottom: 1px dashed transparent;
135 .ruleview-namecontainer:hover > .ruleview-propertyname,
136 .ruleview-propertycontainer:hover > .ruleview-propertyvalue {
137 border-bottom-color: #008484;
141 word-wrap: break-word;
144 .ruleview-selector-separator, .ruleview-selector-unmatched {