Commit | Line | Data |
---|---|---|
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/. */ | |
b40e18f6 | 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; |
b40e18f6 | 21 | border: none; |
22 | } | |
23 | ||
24 | [col-dragging="true"] { | |
25 | border: 1px solid ButtonText; | |
7278d380 | 26 | } |