fourth part of synching LCARStrek with windows theme changes in Firefox 28 cycle
[themes.git] / LCARStrek / inspector / panelset.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 panel[disabled="true"] > .viewer-pane-box-1 {
6   visibility: collapse;
7 }
8
9 .viewer-menu, .viewer-list {
10   -moz-user-focus: normal;
11 }
12
13 .viewer-list {
14   list-style-image: url("chrome://inspector/skin/iconViewerList.gif");
15 }
16
17 .viewer-list:hover {
18   list-style-image: url("chrome://inspector/skin/iconViewerList-act.gif");
19 }
20
21 .viewer-list[disabled="true"],
22 .viewer-list[disabled="true"]:hover {
23   list-style-image: url("chrome://inspector/skin/iconViewerList-dis.gif");
24 }
25
26 .viewer-title {
27   color: #000000;
28 }
29
30 .viewer-pane-toolbox {
31   border-right: none;
32 }
33
34 .viewer-pane-box-2 {
35 /*  border-left: 1px solid ThreeDShadow;
36   border-right: 1px solid ThreeDShadow; */
37 }
38
39 .viewer-pane-toolbox {
40   border-top: none;
41   border-bottom: none;
42 }