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