add disabled state for findbar buttons
[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 {
aa39c771 8 border-top: 1px solid #000000;
c79d2bbe
RK
9 border-bottom: 1px solid transparent;
10 min-width: 1px;
11}
12
13/* find-next button */
14
15.findbar-find-next {
c79d2bbe
RK
16 list-style-image: url("chrome://global/skin/icons/find.png");
17 -moz-image-region: rect(0px 16px 16px 0px);
c79d2bbe
RK
18}
19
0c8ed027
RK
20.findbar-find-next[disabled="true"] {
21 -moz-image-region: rect(16px 16px 32px 0px);
22}
23
c79d2bbe
RK
24/* find-previous button */
25
26.findbar-find-previous {
c79d2bbe
RK
27 list-style-image: url("chrome://global/skin/icons/find.png");
28 -moz-image-region: rect(0px 32px 16px 16px);
c79d2bbe
RK
29}
30
0c8ed027
RK
31.findbar-find-previous[disabled="true"] {
32 -moz-image-region: rect(16px 32px 32px 16px);
33}
34
c79d2bbe
RK
35/* highlight button */
36
37.findbar-highlight {
c79d2bbe
RK
38 list-style-image: url("chrome://global/skin/icons/find.png");
39 -moz-image-region: rect(0px 48px 16px 32px);
c79d2bbe
RK
40}
41
0c8ed027
RK
42.findbar-higlight[disabled="true"] {
43 -moz-image-region: rect(16px 48px 32px 32px);
44}
45
c79d2bbe
RK
46.find-status-icon {
47 list-style-image: none;
48 margin-top: 0px;
49 margin-bottom: 0px;
50 -moz-margin-start: 12px;
51 -moz-margin-end: 0px;
52 width: 16px;
53 height: 16px;
54}
55
56.findbar-find-status {
18f5421a
RK
57 margin: 0 !important;
58 -moz-margin-start: 3px !important;
59 padding: 2px !important;
c79d2bbe
RK
60}
61
62.find-status-icon[status="notfound"] {
c79d2bbe 63 list-style-image: url("chrome://global/skin/icons/notfound.png");
c79d2bbe
RK
64}
65
c79d2bbe 66.findbar-textbox[status="notfound"] {
18f5421a 67 -moz-box-shadow: 0 0 0 1em #FF0000 inset;
c79d2bbe
RK
68 color: #000000;
69}
70
18f5421a
RK
71.findbar-textbox[flash="true"] {
72 -moz-box-shadow: 0 0 0 1em #FFCF00 inset;
73 color: #000000;
c79d2bbe
RK
74}
75
76.find-status-icon[status="wrapped"] {
c79d2bbe 77 list-style-image: url("chrome://global/skin/icons/wrap.png");
c79d2bbe 78}