Javier-DarthPalpatine / firefox-hide-caption-titlebar-plus

Automatically exported from code.google.com/p/firefox-hide-caption-titlebar-plus
22 stars 0 forks source link

Scrollbar-down arrow icon is blury #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable Smaller Tabs & Tab Bar (New Way or Legacy Option)
2. Open many tabs so scrollbar arrows appear.

What is the expected output?
Both scrollbar-down (scroll tabbar left) and scrollbar-up (scroll tabbar right) 
should have crisp edges.

What do you see instead?
Scrollbar-down is blury, while scrollbar-up is not.

What version of "Hide Caption Titlebar Plus" addon are you using?
2.7.2

What version of Firefox?
16.0.2
On what operating system?

Original issue reported on code.google.com by HYBRIDBE...@gmail.com on 17 Nov 2012 at 11:26

Attachments:

GoogleCodeExporter commented 9 years ago
On what operating system?
Windows 7

Original comment by HYBRIDBE...@gmail.com on 17 Nov 2012 at 11:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Still not fixed.
Could be fixed as easy as adding this to any style:

.scrollbutton-down .toolbarbutton-icon {
    image-rendering: -moz-crisp-edges !important;
}

Though it's a kludge and the problem probably shouldn't happen in the first 
place.

Original comment by HYBRIDBE...@gmail.com on 14 Sep 2013 at 8:21