update origdiff for 2.10 cycle
[themes.git] / LCARStrek / 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   border-top: 0px;
23   border-bottom: 0px;
24 }
25
26 /* ::::: toolbar buttons ::::: */
27
28 #btnSelecting {
29   list-style-image: url("chrome://inspector/skin/btnSelecting.gif");
30 }
31
32 #btnSelecting:hover,
33 #btnSelecting[checked="true"] {
34   list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif");
35 }
36
37 #btnSelecting[disabled="true"],
38 #btnSelecting[disabled="true"]:hover {
39   list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif");
40 }
41
42 #btnFind {
43   list-style-image: url("chrome://inspector/skin/btnFind.gif");
44 }
45
46 #btnFind:hover {
47   list-style-image: url("chrome://inspector/skin/btnFind-act.gif");
48 }
49
50 #btnFind[disabled="true"],
51 #btnFind[disabled="true"]:hover {
52   list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
53 }
54
55 /* HACK: this button has no id !!! */
56 #bxURLBarContainer + toolbarbutton {
57   margin: 2px 0px 4px;
58   font-weight: bold;
59 }
60
61 .viewer-list, .viewer-menu {
62   -moz-user-focus: ignore;
63 }