update both themes for toolkit winstripe trunk changes between 2008-11-29 adn 2009...
[themes.git] / LCARStrek / global / findBar.css
CommitLineData
c79d2bbe
RK
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3.findbar-closebutton {
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
15.findbar-find-next {
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
24.findbar-find-previous {
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
33.findbar-highlight {
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
40.find-status-icon {
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
50.findbar-find-status {
18f5421a
RK
51 margin: 0 !important;
52 -moz-margin-start: 3px !important;
53 padding: 2px !important;
c79d2bbe
RK
54}
55
56.find-status-icon[status="notfound"] {
57 /* XXX: look into this when we support FF
58 list-style-image: url("chrome://global/skin/icons/notfound.png");
59 */
60}
61
c79d2bbe 62.findbar-textbox[status="notfound"] {
18f5421a 63 -moz-box-shadow: 0 0 0 1em #FF0000 inset;
c79d2bbe
RK
64 color: #000000;
65}
66
18f5421a
RK
67.findbar-textbox[flash="true"] {
68 -moz-box-shadow: 0 0 0 1em #FFCF00 inset;
69 color: #000000;
c79d2bbe
RK
70}
71
72.find-status-icon[status="wrapped"] {
73 /* XXX: look into this when we support FF
74 list-style-image: url("chrome://global/skin/icons/wrap.png");
75 */
76}