Commit | Line | Data |
---|---|---|
df8c26c4 RK |
1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
2 | ||
56029caf | 3 | .findbar-closebutton { |
df8c26c4 RK |
4 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); |
5 | } | |
6 | ||
7 | findbar { | |
8 | border-top: 1px solid #666699; | |
9 | border-bottom: 1px solid transparent; | |
10 | min-width: 1px; | |
11 | } | |
12 | ||
13 | /* find-next button */ | |
14 | ||
56029caf | 15 | .findbar-find-next { |
df8c26c4 RK |
16 | list-style-image: url("chrome://global/skin/icons/find.png"); |
17 | -moz-image-region: rect(0px 16px 16px 0px); | |
df8c26c4 RK |
18 | } |
19 | ||
0c8ed027 RK |
20 | .findbar-find-next[disabled="true"] { |
21 | -moz-image-region: rect(16px 16px 32px 0px); | |
22 | } | |
23 | ||
df8c26c4 RK |
24 | /* find-previous button */ |
25 | ||
56029caf | 26 | .findbar-find-previous { |
df8c26c4 RK |
27 | list-style-image: url("chrome://global/skin/icons/find.png"); |
28 | -moz-image-region: rect(0px 32px 16px 16px); | |
df8c26c4 RK |
29 | } |
30 | ||
0c8ed027 RK |
31 | .findbar-find-previous[disabled="true"] { |
32 | -moz-image-region: rect(16px 32px 32px 16px); | |
33 | } | |
34 | ||
df8c26c4 RK |
35 | /* highlight button */ |
36 | ||
56029caf | 37 | .findbar-highlight { |
df8c26c4 RK |
38 | list-style-image: url("chrome://global/skin/icons/find.png"); |
39 | -moz-image-region: rect(0px 48px 16px 32px); | |
df8c26c4 RK |
40 | } |
41 | ||
0c8ed027 RK |
42 | .findbar-higlight[disabled="true"] { |
43 | -moz-image-region: rect(16px 48px 32px 32px); | |
44 | } | |
45 | ||
56029caf | 46 | .find-status-icon { |
df8c26c4 RK |
47 | list-style-image: none; |
48 | margin-top: 0px; | |
49 | margin-bottom: 0px; | |
50 | -moz-margin-start: 12px; | |
51 | -moz-margin-end: 0px; | |
52 | width: 16px; | |
53 | height: 16px; | |
54 | } | |
55 | ||
56029caf | 56 | .findbar-find-status { |
18f5421a RK |
57 | margin: 0 !important; |
58 | -moz-margin-start: 3px !important; | |
59 | padding: 2px !important; | |
df8c26c4 RK |
60 | } |
61 | ||
56029caf | 62 | .find-status-icon[status="notfound"] { |
f128e38f | 63 | list-style-image: url("chrome://global/skin/icons/information-16.png"); |
df8c26c4 RK |
64 | } |
65 | ||
56029caf | 66 | .findbar-textbox[status="notfound"] { |
569543b3 | 67 | box-shadow: 0 0 0 1em #FFC0C0 inset; |
df8c26c4 RK |
68 | color: #000000; |
69 | } | |
70 | ||
18f5421a | 71 | .findbar-textbox[flash="true"] { |
569543b3 | 72 | box-shadow: 0 0 0 1em #FFFFC0 inset; |
18f5421a | 73 | color: #000000; |
df8c26c4 RK |
74 | } |
75 | ||
56029caf | 76 | .find-status-icon[status="wrapped"] { |
df8c26c4 | 77 | list-style-image: url("chrome://global/skin/icons/wrap.png"); |
df8c26c4 | 78 | } |