sync DOMi theme with changes in SeaMonkey 2.10 cycle
[themes.git] / EarlyBlue / inspector / inspectorWindow.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
5@import url("chrome://inspector/skin");
6@import url("chrome://navigator/skin");
7@import url("chrome://browser/skin");
8
9#bxURLBar {
10 padding: 2px;
11}
12
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
43/* HACK: this button has no id !!! */
44#bxURLBarContainer + toolbarbutton {
45 border: 1px outset #CCD0DD;
46 margin: 2px 0px 4px;
47 font-weight: bold;
48 background-color: #9999CC;
49}
50
51#bxURLBarContainer + toolbarbutton:hover:active {
52 border: 1px inset #CCD0DD;
53}
54
55.viewer-list, .viewer-menu {
56 -moz-user-focus: ignore;
57}