update both themes for toolkit winstripe changes in Mozilla 21 cycle
[themes.git] / EarlyBlue / global / findBar.css
index 63764a9d19a604467d581628af23fe7028429e6d..52edacef17f2ced10bf45efddd37747504b31009 100644 (file)
@@ -8,6 +8,18 @@ findbar {
   border-top: 1px solid #666699;
   border-bottom: 1px solid transparent;
   min-width: 1px;
+  transition-property: margin-bottom, opacity, visibility;
+  transition-duration: 150ms, 150ms, 0s;
+  transition-timing-function: ease-in-out, ease-in-out, linear;
+}
+
+findbar[hidden] {
+  /* Override display:none to make the transition work. */
+  display: -moz-box;
+  visibility: collapse;
+  margin-bottom: -1em;
+  opacity: 0;
+  transition-delay: 0s, 0s, 150ms;
 }
 
 /* find-next button */