some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / inspector / panelset.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
5panel[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[disabled="true"] {
18 list-style-image: url("chrome://inspector/skin/iconViewerList-dis.gif");
19}
20
21.viewer-pane-toolbox {
22 border-right: none;
23}
24
25.viewer-pane-box-2 {
26/* border-left: 1px solid ThreeDShadow;
27 border-right: 1px solid ThreeDShadow; */
28}
29
30.viewer-pane-toolbox {
31 border-top: none;
32 border-bottom: none;
33}