update both themes for toolkit winstripe changes in Mozilla 21 cycle
[themes.git] / LCARStrek / global / findBar.css
index 58865a2aaaf7bb5b9178cddb99dd703d7f57cc50..63e13a9b9d7ecd055a9a623b8bea02e31a917a34 100644 (file)
@@ -12,6 +12,18 @@ findbar {
   border-top: 3px solid #000000;
   border-bottom: none;
   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 */