Fixed Firefox, arrow

  • Thread starter Thread starter Deleted member 10469
  • Start date Start date
D

Deleted member 10469

Guest
Hi, it's me or arrow look has been recently changed with firefox ?

Example:

18VDr.jpg


Arrow is black :S
 
Extra.css

Code:
/* Correctif du bug de la flèche sombre sous firefox */
 
.breadcrumb .crust .arrow {
    -moz-border-right-colors: #D7EDFC !important;
}
.breadcrumb .crust .arrow span {
    -moz-border-right-colors: #D7EDFC !important;
}
.messageUserBlock .arrow {
    -moz-border-right-colors: #D7EDFC !important;
}
.messageUserBlock .arrow span {
    -moz-border-right-colors: #D7EDFC !important;
}

OR

Code:
/* FIX for arrow */
 
.breadcrumb .crust .arrow, .breadcrumb .crust .arrow span, .messageUserBlock .arrow, .messageUserBlock .arrow span {
    -moz-border-right-colors: #D7EDFC !important;
}

18WA5.jpg


:)
 
Extra.css

Code:
/* Correctif du bug de la flèche sombre sous firefox */
 
.breadcrumb .crust .arrow {
    -moz-border-right-colors: #D7EDFC !important;
}
.breadcrumb .crust .arrow span {
    -moz-border-right-colors: #D7EDFC !important;
}
.messageUserBlock .arrow {
    -moz-border-right-colors: #D7EDFC !important;
}
.messageUserBlock .arrow span {
    -moz-border-right-colors: #D7EDFC !important;
}

18WA5.jpg


:)

That should be included in xF default :)
Mods, please don't put this as "Duplicate".
 
Awesome fix :)

Should be made a default for obvious reasons. It's been a Firefox "bug" since the v4.0 betas and now we are on version 17 and counting.
 
This comes and goes for me with each version of firefox it's like a lucky dip. The latest version I'm not seeing this though thankfully.
 
Shelley is right, for several Firefox versions this was going on.. Like 6-8 months.

On latest 19.x, I can no longer reproduce this.
 
I'm using Firefox 19.0.2....and still same bug.....

What OS?

Did you alter any of your 2d/3d acceleration options in Firefox? Type "about:config" in your address bar, and see if any of them are non-default?

Lines like:
gfx.direct2d.disabled
gfx.direct2d.force-enabled

Are they all set to default, including "Use Hardware Acceleration when available" option?
 
What OS?

Did you alter any of your 2d/3d acceleration options in Firefox? Type "about:config" in your address bar, and see if any of them are non-default?
I'm on Windows 8 / 64 bit.....No I didn't...I'm using default settings with 2 addons (Adblock Plus, Video DownloadHelper)
 
Top Bottom