switch DOM inspector theme files to MPL2 as the original files switched for the theme...
[themes.git] / EarlyBlue / inspector / inspectorWindow.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 @import url("chrome://inspector/skin");
6
7 #bxURLBar {
8   padding: 2px;
9 }
10
11 #imgURLBarIcon {
12   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
13   margin: 2px;
14 }
15
16 #bxSearch {
17   height: 150px;
18 }
19
20 #splPanels {
21   width: 5px;
22 }
23
24 /* ::::: toolbar buttons ::::: */
25
26 #btnSelecting {
27   list-style-image: url("chrome://inspector/skin/btnSelecting.gif");
28 }
29
30 #btnSelecting[checked="true"] {
31   list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif");
32 }
33
34 #btnSelecting[disabled="true"] {
35   list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif");
36 }
37
38 #btnFind {
39   list-style-image: url("chrome://inspector/skin/btnFind.gif");
40 }
41
42 #btnFind[disabled="true"] {
43   list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
44 }
45
46 /* HACK: this button has no id !!! */
47 #bxURLBarContainer + toolbarbutton {
48   border: 1px outset #CCD0DD;
49   margin: 2px 0px 4px;
50   font-weight: bold;
51   background-color: #9999CC;
52 }
53
54 #bxURLBarContainer + toolbarbutton:hover:active {
55   border: 1px inset #CCD0DD;
56 }
57
58 .viewer-list, .viewer-menu {
59   -moz-user-focus: ignore;
60 }