/* 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/. */ @import url("chrome://inspector/skin"); #trColumns { background-color: ThreeDFace; } .column-selector { border: 1px outset ThreeDFace; padding: 2px; background-color: ThreeDFace; vertical-align: middle; } .attr-column-selector, .attr-column-selector[focused="true"] { margin: 0; border: none; } [col-dragging="true"] { border: 1px solid ButtonText; }