update EarlyBlue to SeaMonkey 1.1 release
[themes.git] / EarlyBlue / navigator / navigator.css
index 646a67ab62dffe819b35f23b3b0ea5898d2784ca..bb945f0a0a2f07e6f236bd7722f49203b754ae8d 100644 (file)
@@ -296,3 +296,10 @@ toolbarbutton.chevron {
 toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
   display: none;
 }
+
+/* For multi-line tooltips, we need our own style */
+.htmltooltip-label {
+  max-width: 40em;
+  margin: 0;
+  white-space: -moz-pre-wrap;
+}