jshackles / Enhanced_Steam

Enhances the Steam Experience
www.EnhancedSteam.com
GNU General Public License v3.0
1.32k stars 195 forks source link

Alternative Linux Icon option is broken on Firefox #1570

Open hjri opened 6 years ago

hjri commented 6 years ago

Seems to be that there are two styles loaded (enhancedsteam.css and enhancedsteam-firefox.css or something like that) and one is overriding the other. Option does work well on Chromium though, however there's a bug that icon reverts to steamos icon on hover in list.

thomas-ashcraft commented 6 years ago

Also Firefox trying to get images through moz-extenstion protocol. And obviously fails. Like:

moz-extension://steamstore-a.akamaihd.net/public/images/v6/icon_platform_linux.png


span.platform_img.steamplay {
width: 72px;
background-image: url( '//steamstore-a.akamaihd.net/public/images/v6/icon_steamplay.png' );
}

span.platform_img.win { background-image: url( '//steamstore-a.akamaihd.net/public/images/v6/icon_platform_win.png' ); }

span.platform_img.mac { background-image: url( '//steamstore-a.akamaihd.net/public/images/v6/icon_platform_mac.png' ); }

span.platform_img.linux { background-image: url( '//steamstore-a.akamaihd.net/public/images/v6/icon_platform_linux.png' ); }



Since in that month (april 2018) Valve switched web content to using https, I think thats ok to specify https:// in the urls, like in that case.

P.S. Some official clues about Valve going to https:
https://steamcommunity.com/groups/SteamClientBeta/discussions/1/1696043806558039623/#c1696043806558423700
VanityFox commented 4 years ago

So, Enhanced Steam is discontinued. There is now Augmented Steam. Perhaps your requested feature/bugfix is already implemented there! If not, you could move your issue there.