bring LCARStrek up to SeaMonkey 2.0a1, part 1
[themes.git] / LCARStrek / global / findBar.css
diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css
new file mode 100644 (file)
index 0000000..fa617de
--- /dev/null
@@ -0,0 +1,87 @@
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+.findbar-closebutton {
+  list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
+
+findbar {
+  border-top: 1px solid #666699;
+  border-bottom: 1px solid transparent;
+  min-width: 1px;
+}
+
+/* find-next button */
+
+.findbar-find-next {
+  /* XXX: look into this when we support FF
+  list-style-image: url("chrome://global/skin/icons/find.png");
+  -moz-image-region: rect(0px 16px 16px 0px);
+  */
+}
+
+/* find-previous button */
+
+.findbar-find-previous {
+  /* XXX: look into this when we support FF
+  list-style-image: url("chrome://global/skin/icons/find.png");
+  -moz-image-region: rect(0px 32px 16px 16px);
+  */
+}
+
+/* highlight button */
+
+.findbar-highlight {
+  /* XXX: look into this when we support FF
+  list-style-image: url("chrome://global/skin/icons/find.png");
+  -moz-image-region: rect(0px 48px 16px 32px);
+  */
+}
+
+.find-status-icon {
+  list-style-image: none;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 12px;
+  -moz-margin-end: 0px;
+  width: 16px;
+  height: 16px;
+}
+
+.findbar-find-status {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  -moz-margin-start: 3px;
+  -moz-margin-end: 0px;
+  padding: 2px;
+}
+
+.find-status-icon[status="notfound"] {
+  /* XXX: look into this when we support FF
+  list-style-image: url("chrome://global/skin/icons/notfound.png");
+  */
+}
+
+.findbar-textbox {
+  -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
+  border: none;
+  margin: 0px;
+}
+
+.findbar-textbox[status="notfound"] {
+  background-color: #FF0000;
+  color: #000000;
+}
+
+findbar[flash="true"] > .findbar-container > .find-field-container > .findbar-textbox {
+  background-color: #FFCF00;
+}
+
+.find-status-icon[status="wrapped"] {
+  /* XXX: look into this when we support FF
+  list-style-image: url("chrome://global/skin/icons/wrap.png");
+  */
+}
+
+.find-field-container {
+  /* -moz-appearance: textfield; */
+}