download patch?

Discussion about official Mozilla Firefox builds
Post Reply
sasquatch
Posts: 6022
Joined: November 25th, 2003, 8:56 am

download patch?

Post by sasquatch »

Anybody else see this?

It is about 2/3 the way down, under "Known Issues", the 4th bulleted point.


http://www.mozilla.org/products/firefox ... es/#issues
sboulema
Posts: 6615
Joined: May 20th, 2003, 12:34 am
Location: Amstelveen, The Netherlands

Post by sboulema »

this gets changed by the xpi:

Code: Select all

.downloadViewInner2 {
  background-image: none !important;
}

.downloadViewInner1 {
  background-image: none !important;
}

download[selected="true"] {
  background-image: none !important;
  background-color: Highlight !important;
  color: HighlightText !important;
}

download[state="0"], download[state="-1"], download[state="4"],
download[state="5"], download[state="6"] {
  background-image: none !important;
}

#downloadsView {
  background-color: Window !important;
}

download {
  border: none !important;
}

download[selected="true"] .link {
  color: HighlightText;
}

download[selected="true"] .link:focus {
  border: 1px dotted HighlightText;
}


never saw this patch before...
sasquatch
Posts: 6022
Joined: November 25th, 2003, 8:56 am

Post by sasquatch »

Post Reply