sixth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / inspector / titledSplitter.css
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   cursor: default;
7 }
8
9 box[orient="vertical"] > .titled-splitter {
10   cursor: default;
11 }
12
13 .titledsplitter-container {
14   padding-bottom: 2px;
15 }
16
17 .titledsplitter-dragbar {
18   min-height: 2px;
19   cursor: n-resize !important;
20 }
21
22 .titledsplitter-titlebox {
23   padding: 0px 5px;
24 }
25
26 .titledsplitter-text {
27   margin: 0px !important;
28   font-weight: bold;
29 }
30
31 .titledsplitter-closebutton {
32   padding: 2px;
33   min-width: 0px;
34 }
35
36 .titledsplitter-closeimage {
37   list-style-image: url("chrome://inspector/skin/titledsplitter-close.gif");
38 }
39
40 .titledsplitter-closebutton:hover > .titledsplitter-closeimage {
41   list-style-image: url("chrome://inspector/skin/titledsplitter-close-act.gif");
42 }
43
44 .titledsplitter-closebutton:hover:active {
45   padding-top: 3px;
46   padding-bottom: 1px;
47   -moz-padding-start: 3px;
48   -moz-padding-end: 1px;
49 }