update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
[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 {
18f5421a
RK
51 margin: 0 !important;
52 -moz-margin-start: 3px !important;
53 padding: 2px !important;
df8c26c4
RK
54}
55
56029caf 56.find-status-icon[status="notfound"] {
df8c26c4
RK
57 /* XXX: look into this when we support FF
58 list-style-image: url("chrome://global/skin/icons/notfound.png");
59 */
60}
61
56029caf 62.findbar-textbox[status="notfound"] {
18f5421a 63 -moz-box-shadow: 0 0 0 1em #FFC0C0 inset;
df8c26c4
RK
64 color: #000000;
65}
66
18f5421a
RK
67.findbar-textbox[flash="true"] {
68 -moz-box-shadow: 0 0 0 1em #FFFFC0 inset;
69 color: #000000;
df8c26c4
RK
70}
71
56029caf 72.find-status-icon[status="wrapped"] {
df8c26c4
RK
73 /* XXX: look into this when we support FF
74 list-style-image: url("chrome://global/skin/icons/wrap.png");
75 */
76}