update origdiff for 2.10 cycle
[themes.git] / LCARStrek / inspector / inspectorWindow.css
CommitLineData
7b0f9e88
RK
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/. */
b40e18f6 4
5@import url("chrome://inspector/skin");
6
7#bxURLBar {
8 padding: 2px;
9}
10
11#imgURLBarIcon {
32dc1fec 12 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
13 margin: 2px;
b40e18f6 14}
15
16#bxSearch {
17 height: 150px;
18}
19
20#splPanels {
21 width: 5px;
32dc1fec 22 border-top: 0px;
23 border-bottom: 0px;
b40e18f6 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
32dc1fec 55/* HACK: this button has no id !!! */
56#bxURLBarContainer + toolbarbutton {
02920d2b 57 margin: 2px 0px 4px;
32dc1fec 58 font-weight: bold;
12ff5349
RK
59}
60
61.viewer-list, .viewer-menu {
62 -moz-user-focus: ignore;
63}