update both themes for suite classic changes between 2009-05-01 and 2009-06-05
[themes.git] / EarlyBlue / global / findBar.css
CommitLineData
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
7findbar {
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 /* XXX: look into this when we support FF
17 list-style-image: url("chrome://global/skin/icons/find.png");
18 -moz-image-region: rect(0px 16px 16px 0px);
19 */
20}
21
22/* find-previous button */
23
56029caf 24.findbar-find-previous {
df8c26c4
RK
25 /* XXX: look into this when we support FF
26 list-style-image: url("chrome://global/skin/icons/find.png");
27 -moz-image-region: rect(0px 32px 16px 16px);
28 */
29}
30
31/* highlight button */
32
56029caf 33.findbar-highlight {
df8c26c4
RK
34 /* XXX: look into this when we support FF
35 list-style-image: url("chrome://global/skin/icons/find.png");
36 -moz-image-region: rect(0px 48px 16px 32px);
37 */
38}
39
56029caf 40.find-status-icon {
df8c26c4
RK
41 list-style-image: none;
42 margin-top: 0px;
43 margin-bottom: 0px;
44 -moz-margin-start: 12px;
45 -moz-margin-end: 0px;
46 width: 16px;
47 height: 16px;
48}
49
56029caf 50.findbar-find-status {
df8c26c4
RK
51 margin-top: 0px;
52 margin-bottom: 0px;
53 -moz-margin-start: 3px;
54 -moz-margin-end: 0px;
55 padding: 2px;
56}
57
56029caf 58.find-status-icon[status="notfound"] {
df8c26c4
RK
59 /* XXX: look into this when we support FF
60 list-style-image: url("chrome://global/skin/icons/notfound.png");
61 */
62}
63
56029caf 64.findbar-textbox {
df8c26c4
RK
65 -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
66 border: none;
67 margin: 0px;
68}
69
56029caf 70.findbar-textbox[status="notfound"] {
df8c26c4
RK
71 background-color: #FFC0C0;
72 color: #000000;
73}
74
d0ff98fe 75findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox {
df8c26c4
RK
76 background-color: #FFFFC0;
77}
78
56029caf 79.find-status-icon[status="wrapped"] {
df8c26c4
RK
80 /* XXX: look into this when we support FF
81 list-style-image: url("chrome://global/skin/icons/wrap.png");
82 */
83}
84
56029caf 85.find-field-container {
df8c26c4
RK
86 /* -moz-appearance: textfield; */
87}