2007-12-11 00:53:25 -08:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
|
|
|
.findbar-closebutton {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
findbar {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
border-top: 2px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
-moz-border-bottom-colors: transparent;
|
|
|
|
min-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-buttons-container {
|
|
|
|
-moz-box-direction: reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* find-next button */
|
|
|
|
|
|
|
|
.findbar-find-next {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
|
2007-12-11 00:53:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-next[disabled="true"] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-next[chromedir="rtl"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-next[disabled="true"][chromedir="rtl"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu&state=disabled");
|
2007-12-11 00:53:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* find-previous button */
|
|
|
|
|
|
|
|
.findbar-find-previous {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
|
2007-12-11 00:53:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-previous[disabled="true"] {
|
2007-12-21 03:06:20 -08:00
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-previous[chromedir="rtl"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-previous[disabled="true"][chromedir="rtl"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu&state=disabled");
|
2007-12-11 00:53:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* highlight button */
|
|
|
|
|
|
|
|
.findbar-highlight {
|
2008-01-26 20:58:40 -08:00
|
|
|
list-style-image: url("chrome://global/skin/icons/find.png");
|
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
2007-12-11 00:53:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-highlight[disabled="true"] {
|
2008-01-26 20:58:40 -08:00
|
|
|
-moz-image-region: rect(16px, 16px, 32px, 0px);
|
2007-12-11 00:53:25 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.find-status-icon {
|
|
|
|
list-style-image: none;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-start: 12px;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-find-status {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
-moz-margin-start: 3px;
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-status-icon[status="notfound"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-stop?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-textbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
|
|
|
|
-moz-appearance: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.findbar-textbox[status="notfound"] {
|
|
|
|
background-color: #FF6666;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
findbar[flash="true"] > .find-field-container > .findbar-textbox {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-status-icon[status="wrapped"] {
|
|
|
|
list-style-image: url("chrome://global/skin/icons/wrap.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.find-field-container {
|
|
|
|
-moz-appearance: textfield;
|
|
|
|
}
|