| 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/. */ |
| 4 | |
| 5 | .titled-splitter { |
| 6 | border-top: 1px outset InactiveCaption; |
| 7 | border-bottom: 1px outset InactiveCaption; |
| 8 | background-color: InactiveCaption; |
| 9 | color: InactiveCaptionText; |
| 10 | cursor: default; |
| 11 | } |
| 12 | |
| 13 | box[orient="vertical"] > .titled-splitter { |
| 14 | cursor: default; |
| 15 | } |
| 16 | |
| 17 | .titledsplitter-container { |
| 18 | padding-bottom: 2px; |
| 19 | } |
| 20 | |
| 21 | .titledsplitter-dragbar { |
| 22 | min-height: 2px; |
| 23 | cursor: n-resize !important; |
| 24 | } |
| 25 | |
| 26 | .titledsplitter-titlebox { |
| 27 | padding: 0px 5px; |
| 28 | } |
| 29 | |
| 30 | .titledsplitter-text { |
| 31 | margin: 0px !important; |
| 32 | font-weight: bold; |
| 33 | } |
| 34 | |
| 35 | .titledsplitter-closebutton { |
| 36 | -moz-binding: none; |
| 37 | margin: 1px; |
| 38 | border: 1px outset ThreeDFace; |
| 39 | padding: 2px; |
| 40 | min-width: 0px; |
| 41 | background-color: ThreeDFace; |
| 42 | } |
| 43 | |
| 44 | .titledsplitter-closeimage { |
| 45 | list-style-image: url("chrome://inspector/skin/titledsplitter-close.gif"); |
| 46 | } |
| 47 | |
| 48 | .titledsplitter-closebutton:hover:active { |
| 49 | border-style: inset; |
| 50 | padding-top: 3px; |
| 51 | padding-bottom: 1px; |
| 52 | -moz-padding-start: 3px; |
| 53 | -moz-padding-end: 1px; |
| 54 | } |
| 55 | |
| 56 | |