gecko/browser/devtools/styleinspector/ruleview.css
2013-04-19 16:30:33 -05:00

39 lines
690 B
CSS

/* 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/. */
#root {
display: -moz-box;
}
.ruleview {
overflow: auto;
-moz-user-select: text;
}
.ruleview-code {
direction: ltr;
}
.ruleview-property:not(:hover) > .ruleview-enableproperty {
pointer-events: none;
}
.ruleview-namecontainer {
cursor: text;
}
.ruleview-propertycontainer {
cursor: text;
padding-right: 15px;
}
.ruleview-propertycontainer a {
cursor: pointer;
}
.ruleview-computedlist:not(.styleinspector-open),
.ruleview-warning[hidden] {
display: none;
}