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