I'm running Fx37 and SEM changes the appearance of the Fx findbar. If you are aren't aware, the highlight color for the buttons on the findbar are now gray, not blue.
Is it possible for SEM not to change Fx's findbar?
As mentioned, the Findbar in SEM doesn't find anything. Also, in order for it to appear I have to tick the findbar option off then on in the Position Buttons menu. The option is greyed out too as is External Editor and Font Size.
Sonny, what's the last link about? I don't want another ext. just for the findbar (i already have Findbar Tweak). Do i need to update? Will i loose the findbar if i do? I'd rather have things the way they were yesterday, everything working that is.
I'm using the add-on Theme Font Size Changer and have the default font size set to 14. This has an affect on the SEM editor making it small. If I take the default in TFSC the fontsize in SEM becomes normal except this makes the text in my Fx content smaller.
The link above, I removed the Findbar tweaks from SEM (clear button, next/previous buttons) only (request by streetwolf) and made a small separate Findbar Fix addon.
The font Size box doesn't do anything for me neither does #stylish-edit #internal-code{ font-size: 13px !important; }. Again, I am running Nightly so maybe that's the cause behind my problems.
Sonny, what about the rest of us? Do we now have to install some other ext. just to have the Clear and Next/Previous buttons to show? Obviously streetwolf is experiencing some problems most of us do not. Please, put the buttons back.
As i said, streetwolf seem to be the only one with some problem(-s) with the findbar. Do you see the same issues in 37? Does this mean we all now have to install yet another ext. to have a decent findbar in the SEM editor? This just doesn't seem right. It's all working fine for me personally with 35b and the previous SEM version. I also don't see anybody else complaining about findbar. So, why the change?
Edit: There is an Custom Buttons option instead of an addon. Or if you are using a findbar tweaker of some sort, post the link to it and I will modify it for you.
I have it in one profile and see no difference from the previous link - nothing has changed for the findbar, no Clear and default next/previous arrows. As for the rest, i have no idea what it's about, sorry.
I don't need Findbar Tweak modified. I just want the SEM findbar to look and work as it used to. I'd guess i'm not alone. Is something about findbar changed in Fx37?
I think to make everybody happy, all we need is the Clear button (cause highlight/delete every time is a pain). The next/previous buttons can be styled. Change their stupid default order with this:
and images can be changed as well, the usual way (#stylish-edit .findbar-find-previous.tabbable .toolbarbutton-icon and #stylish-edit .findbar-find-next.tabbable .toolbarbutton-icon).
Sonny, i ran into this a few times: when sorting styles by tag, tagless styles don't show at all. They should show in alphabetical order at the bottom, after all tags. Possible? TIA!
Also, i wonder if it might be possible to have an image (like a bullet) to the left of a tag that contains more than one style. Possible?
Comments
Is it possible for SEM not to change Fx's findbar?
*** Seems the findbar in SEM isn't working under Fx37.
Made separate addon for Findbar fix and removed from SEM.
As mentioned, the Findbar in SEM doesn't find anything. Also, in order for it to appear I have to tick the findbar option off then on in the Position Buttons menu. The option is greyed out too as is External Editor and Font Size.
Just a reminder, the findbar option only works with the standard editor.
One more request, need some css code to make the font bigger using the standard editor in SEM.
#stylish-edit #internal-code
{ font-size: 13px !important; }
what's the last link about? I don't want another ext. just for the findbar (i already have Findbar Tweak). Do i need to update? Will i loose the findbar if i do? I'd rather have things the way they were yesterday, everything working that is.
what about the rest of us? Do we now have to install some other ext. just to have the Clear and Next/Previous buttons to show? Obviously streetwolf is experiencing some problems most of us do not.
Please, put the buttons back.
obviously my code won't work if you're using some ext. to set font! Should've said it in the first place.
Have you tried the above link?
Edit:
There is an Custom Buttons option instead of an addon. Or if you are using a findbar tweaker of some sort, post the link to it and I will modify it for you.
As for the rest, i have no idea what it's about, sorry.
Is something about findbar changed in Fx37?
#stylish-edit .findbar-find-previous.tabbable
{ -moz-appearance: none !important;
-moz-box-ordinal-group: 2 !important; }
and images can be changed as well, the usual way (#stylish-edit .findbar-find-previous.tabbable .toolbarbutton-icon and #stylish-edit .findbar-find-next.tabbable .toolbarbutton-icon).
i wonder if it might be possible to have an image (like a bullet) to the left of a tag that contains more than one style. Possible?