![]() |
#1 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
|
Missing Forum Icon bugging me
![]() OK, not a major (or even minor) issue, but sometimes my OCD kicks in ![]() The Editor icon is missing !!!!!!! ![]() ![]() ![]() Happens on both the home and work Win7 PCs Paul |
![]() |
![]() |
![]() |
#2 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 816
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
|
It's missing for me, too.
![]() |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
eBook Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 85,544
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
|
We cannot add it at the moment for technical reasons. We are aware of it.
|
![]() |
![]() |
![]() |
#4 |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
In the interim, for those who are familiar with user stylesheets, try:
Code:
img[src="https://www2.mobileread.com/i/mr/misc/f-262.png"] { background-image: url("https://www2.mobileread.com/i/mr/misc/f-235.png") !important; display: block !important; } |
![]() |
![]() |
![]() |
#5 | |
US Navy, Retired
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9,890
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
Quote:
For folks reading this it took me a total of 10 minutes from not knowing anything to implementing the given code in a user stylesheet. Thanks Last edited by DoctorOhh; 01-17-2014 at 01:00 AM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
If you don't want to install yet-another-plugin, you can put the css into a file called, for Firefox,
$FIREFOX_PROFILE/chrome/userContent.css On Google Chrome, it will be: $GOOGLE-CHROME_PROFILE/{For-Windows-ONLY:User Data/}Default/User StyleSheets/custom.css On Safari, go to Preferences ==> Advanced ==> Style Sheet, because they have a GUI for it. Last edited by eschwartz; 01-17-2014 at 01:39 AM. |
![]() |
![]() |
![]() |
#7 | |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
Quote:
I've been using Stylish for years. It's really good for managing user styles. I have Internet Explorer 11 and the CSS works there as well but it displays the broken image icon over the background image. Not sure if that can be worked around... Control Panel > Internet Options > General > Accessibility From there you can enable and browse to your custom CSS file. |
|
![]() |
![]() |
![]() |
#8 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,065
Karma: 858115
Join Date: Jan 2011
Device: Kobo Clara, Kindle Paperwhite 10
|
|
![]() |
![]() |
![]() |
#9 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
You could use GreaseMonkey/GreaseKit to simply change the link itself using JavaScript. Would fix the broken image.
http://stackoverflow.com/questions/1...cific-id-value Last edited by eschwartz; 01-17-2014 at 01:47 AM. |
![]() |
![]() |
![]() |
#10 |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
This seems to work for IE:
Code:
#f262 > table > tbody > tr > td:nth-child(3) { width: 36px !important; height: 36px !important; background: url("https://www2.mobileread.com/i/mr/misc/f-235.png") center left no-repeat !important; } img[src="https://www2.mobileread.com/i/mr/misc/f-262.png"] { visibility: hidden !important; } Not sure how well that will work in Safari, if at all. |
![]() |
![]() |
![]() |
#11 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,065
Karma: 858115
Join Date: Jan 2011
Device: Kobo Clara, Kindle Paperwhite 10
|
Quote:
![]() ((Edit)) for Mac users: I copied that, pasted it into new file in TextEdit, saved with filename "MRuserstylesheet.css", then pointed Safari at that file in Safari > Preferences > Advanced > Style Sheet menu button. Last edited by unboggling; 01-21-2014 at 01:18 AM. Reason: Prepended MR to filename userstylesheet.css |
|
![]() |
![]() |
![]() |
#12 |
ɴₐɴ
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
|
Great! Glad it works.
- - Here's a quick and dirty script for you Greasemonkeys: Code:
// ==UserScript== // @name Calibre Forum Image Fix // @description Fix Calibre Editor Forum Image. // @include https://www.mobileread.com/forums/forumdisplay.php?f=166 // ==/UserScript== (function() { var img = document.evaluate('//img[@src="https://www2.mobileread.com/i/mr/misc/f-262.png"]', document,null,9,null).singleNodeValue; img.setAttribute('src','https://www2.mobileread.com/i/mr/misc/f-234.png'); })(); |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Preferences-Icon missing since update to 1.17 (Mac OS X) | samy2 | Calibre | 1 | 12-28-2013 11:25 AM |
Calibre icon is missing | sergo | Devices | 2 | 11-22-2013 07:12 AM |
Missing upload icon | kindlequest | Amazon Kindle | 11 | 05-24-2013 09:08 PM |
missing images icon | kelly33 | Kindle Formats | 1 | 12-06-2012 03:56 PM |
Device Icon missing | KlausRegenbrecht | Devices | 4 | 12-26-2011 01:56 PM |