2007-03-22 10:30:00 -07:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-closebutton {
|
2007-03-22 10:30:00 -07:00
|
|
|
border: 1px solid transparent;
|
2008-06-15 18:24:46 -07:00
|
|
|
padding: 2px !important;
|
2008-04-28 02:24:33 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/closeSidebar.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-appearance: none;
|
2008-03-21 02:40:20 -07:00
|
|
|
-moz-image-region: rect(0px, 14px, 14px, 0px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-closebutton > .toolbarbutton-icon {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-margin-end: 0px !important;
|
|
|
|
-moz-padding-end: 2px !important;
|
|
|
|
-moz-padding-start: 2px !important;
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-closebutton:hover {
|
2008-03-21 02:40:20 -07:00
|
|
|
-moz-image-region: rect(0px, 28px, 14px, 14px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-closebutton:hover:active {
|
2008-03-21 02:40:20 -07:00
|
|
|
-moz-image-region: rect(0px, 42px, 14px, 28px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
findbar {
|
|
|
|
border-top: 2px solid;
|
2009-03-11 08:10:52 -07:00
|
|
|
-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
|
|
|
|
padding-bottom: 1px;
|
2007-03-22 10:30:00 -07:00
|
|
|
min-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* find-next button */
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-next {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/find.png");
|
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-next:hover {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(16px 16px 32px 0px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-next[disabled="true"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(32px 16px 48px 0px) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* find-previous button */
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-previous {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/find.png");
|
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-previous:hover {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(16px 32px 32px 16px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-previous[disabled="true"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(32px 32px 48px 16px) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* highlight button */
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-highlight {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/find.png");
|
|
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-highlight:hover {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(16px 48px 32px 32px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-highlight[disabled="true"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(32px 48px 48px 32px) !important;
|
|
|
|
}
|
|
|
|
|
2007-06-27 10:47:30 -07:00
|
|
|
.findbar-highlight:active, .findbar-highlight[checked="true"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(48px 48px 64px 32px);
|
|
|
|
}
|
|
|
|
|
2007-06-27 10:47:30 -07:00
|
|
|
.findbar-highlight[checked="true"]:hover {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-image-region: rect(64px 48px 80px 32px);
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.find-status-icon {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: none;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
-moz-margin-start: 12px;
|
|
|
|
-moz-margin-end: 0px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-find-status {
|
2009-06-12 11:46:55 -07:00
|
|
|
margin: 0 !important;
|
|
|
|
-moz-margin-start: 3px !important;
|
|
|
|
padding: 2px !important;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.find-status-icon[status="notfound"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.findbar-textbox[status="notfound"] {
|
2009-03-14 12:53:12 -07:00
|
|
|
-moz-box-shadow: 0 0 0 1em #f66 inset;
|
|
|
|
color: white;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-03-14 12:53:12 -07:00
|
|
|
.findbar-textbox[flash="true"] {
|
|
|
|
-moz-box-shadow: 0 0 0 1em yellow inset;
|
|
|
|
color: black;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-26 08:22:17 -07:00
|
|
|
.find-status-icon[status="wrapped"] {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/wrap.png");
|
|
|
|
}
|