remove default border of splitters and workarounds for that
[themes.git] / LCARStrek / inspector / titledSplitter.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/. */
b40e18f6 4
5.titled-splitter {
b40e18f6 6 cursor: default;
7}
8
9box[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 {
02920d2b 23 padding: 0px 5px;
b40e18f6 24}
25
26.titledsplitter-text {
27 margin: 0px !important;
28 font-weight: bold;
29}
30
31.titledsplitter-closebutton {
b40e18f6 32 padding: 2px;
33 min-width: 0px;
b40e18f6 34}
35
36.titledsplitter-closeimage {
37 list-style-image: url("chrome://inspector/skin/titledsplitter-close.gif");
38}
39
32dc1fec 40.titledsplitter-closebutton:hover > .titledsplitter-closeimage {
41 list-style-image: url("chrome://inspector/skin/titledsplitter-close-act.gif");
b40e18f6 42}
43
32dc1fec 44.titledsplitter-closebutton:hover:active {
02920d2b
RK
45 padding-top: 3px;
46 padding-bottom: 1px;
47 -moz-padding-start: 3px;
48 -moz-padding-end: 1px;
32dc1fec 49}