update both themes for suite default theme changes up to 2010-06-19
[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 list-style-image: url("chrome://global/skin/icons/find.png");
17 -moz-image-region: rect(0px 16px 16px 0px);
df8c26c4
RK
18}
19
20/* find-previous button */
21
56029caf 22.findbar-find-previous {
df8c26c4
RK
23 list-style-image: url("chrome://global/skin/icons/find.png");
24 -moz-image-region: rect(0px 32px 16px 16px);
df8c26c4
RK
25}
26
27/* highlight button */
28
56029caf 29.findbar-highlight {
df8c26c4
RK
30 list-style-image: url("chrome://global/skin/icons/find.png");
31 -moz-image-region: rect(0px 48px 16px 32px);
df8c26c4
RK
32}
33
56029caf 34.find-status-icon {
df8c26c4
RK
35 list-style-image: none;
36 margin-top: 0px;
37 margin-bottom: 0px;
38 -moz-margin-start: 12px;
39 -moz-margin-end: 0px;
40 width: 16px;
41 height: 16px;
42}
43
56029caf 44.findbar-find-status {
18f5421a
RK
45 margin: 0 !important;
46 -moz-margin-start: 3px !important;
47 padding: 2px !important;
df8c26c4
RK
48}
49
56029caf 50.find-status-icon[status="notfound"] {
df8c26c4 51 list-style-image: url("chrome://global/skin/icons/notfound.png");
df8c26c4
RK
52}
53
56029caf 54.findbar-textbox[status="notfound"] {
18f5421a 55 -moz-box-shadow: 0 0 0 1em #FFC0C0 inset;
df8c26c4
RK
56 color: #000000;
57}
58
18f5421a
RK
59.findbar-textbox[flash="true"] {
60 -moz-box-shadow: 0 0 0 1em #FFFFC0 inset;
61 color: #000000;
df8c26c4
RK
62}
63
56029caf 64.find-status-icon[status="wrapped"] {
df8c26c4 65 list-style-image: url("chrome://global/skin/icons/wrap.png");
df8c26c4 66}