72174e9bc2843b253882fe91235c9bd15a6bb16c
[themes.git] / LCARStrek / global / findBar.css
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
7 findbar {
8   border-top: 1px solid #000000;
9   border-bottom: 1px solid transparent;
10   min-width: 1px;
11 }
12
13 /* find-next button */
14
15 .findbar-find-next {
16   list-style-image: url("chrome://global/skin/icons/find.png");
17   -moz-image-region: rect(0px 16px 16px 0px);
18 }
19
20 /* find-previous button */
21
22 .findbar-find-previous {
23   list-style-image: url("chrome://global/skin/icons/find.png");
24   -moz-image-region: rect(0px 32px 16px 16px);
25 }
26
27 /* highlight button */
28
29 .findbar-highlight {
30   list-style-image: url("chrome://global/skin/icons/find.png");
31   -moz-image-region: rect(0px 48px 16px 32px);
32 }
33
34 .find-status-icon {
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
44 .findbar-find-status {
45   margin: 0 !important;
46   -moz-margin-start: 3px !important;
47   padding: 2px !important;
48 }
49
50 .find-status-icon[status="notfound"] {
51   list-style-image: url("chrome://global/skin/icons/notfound.png");
52 }
53
54 .findbar-textbox[status="notfound"] {
55   -moz-box-shadow: 0 0 0 1em #FF0000 inset;
56   color: #000000;
57 }
58
59 .findbar-textbox[flash="true"] {
60   -moz-box-shadow: 0 0 0 1em #FFCF00 inset;
61   color: #000000;
62 }
63
64 .find-status-icon[status="wrapped"] {
65   list-style-image: url("chrome://global/skin/icons/wrap.png");
66 }