some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / inspector / viewers / dom / columnsDialog.css
CommitLineData
7b0f9e88
RK
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/. */
322edebd 4
5@import url("chrome://inspector/skin");
6
7#trColumns {
8 background-color: ThreeDFace;
9}
10
11.column-selector {
12 border: 1px outset ThreeDFace;
13 padding: 2px;
14 background-color: ThreeDFace;
15 vertical-align: middle;
16}
17
18.attr-column-selector,
19.attr-column-selector[focused="true"] {
7278d380 20 margin: 0;
322edebd 21 border: none;
22}
23
24[col-dragging="true"] {
25 border: 1px solid ButtonText;
26}