Stylish 1.0.6 beta
Available here
- Find bar in the edit window
- Bug fixes - Stylish icon doesn't update on new tab, domain applicability bug, sidebar style changes, unwanted data URI fix-up
- Polish and Ukrainian locales
Comments
i tried disabling s-c, but i can't get the find bar to show up (unless i use display:-moz-box, it does search fine though). and no error msgs in the console
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @-moz-document url(chrome://stylish/content/edit.xul) { #findbar { display: -moz-box !important;} }
- Firefox 3.5.2 (just compiled, one hour ago) on FreeBSD 7.2 - (I'll install it on Linuxes later)
sorry, your explanation showed up after I sended my post.
I've uploaded a new version that shows the find bar by default.
6044 6069 6080 6083 6110 6157 6464
These styles are basically based on the same rules. On FF 3.0.13/Ubuntu, enabling them has no effect, while on FF 3.5.2/FreeBSD, just the background color seems to be affected (and even not as expected). I don't know if it is relevant, bu the one which still works is the highest in the list. Downgrading to Stylish 1.0.5 fixes the problem.
I can probably mass-update the posted styles before I release this version.
Now I add a pipe to remove them ( | tr -d "\n") , but I didn't do that before. Sounds good.
I mean... that would be really grate if I could write a style so, that it will not work for the pages I mentioned to exclude.
why do I request this? I use global styles and some of them (which work with background-color) make some pages look really ugly (for example google maps), I would like not to switch off manually these styles everytime I visit google map. I want it be automatic.