add missing messebnger stylesheets
[themes.git] / EarlyBlue / 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/. */
322edebd 4
5@import url("chrome://inspector/skin");
5651d9d4
RK
6@import url("chrome://navigator/skin");
7@import url("chrome://browser/skin");
322edebd 8
9#bxURLBar {
10 padding: 2px;
11}
12
322edebd 13#bxSearch {
14 height: 150px;
15}
16
17#splPanels {
18 width: 5px;
19}
20
21/* ::::: toolbar buttons ::::: */
22
23#btnSelecting {
24 list-style-image: url("chrome://inspector/skin/btnSelecting.gif");
25}
26
27#btnSelecting[checked="true"] {
28 list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif");
29}
30
31#btnSelecting[disabled="true"] {
32 list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif");
33}
34
35#btnFind {
36 list-style-image: url("chrome://inspector/skin/btnFind.gif");
37}
38
39#btnFind[disabled="true"] {
40 list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
41}
42
fc3c514f 43/* HACK: this button has no id !!! */
44#bxURLBarContainer + toolbarbutton {
45 border: 1px outset #CCD0DD;
02920d2b 46 margin: 2px 0px 4px;
fc3c514f 47 font-weight: bold;
48 background-color: #9999CC;
49}
50
51#bxURLBarContainer + toolbarbutton:hover:active {
52 border: 1px inset #CCD0DD;
53}
12ff5349
RK
54
55.viewer-list, .viewer-menu {
56 -moz-user-focus: ignore;
57}