SRAZZANO!...
Are you all right?
People, don't know if you noticed, but our Sonny has disappeared for a while now. I wonder if he's all right. PM'ed but didn't hear back yet. Did he get PO and left the site? Hope he and his are all right.
Sonny, take care, you hear!
People, don't know if you noticed, but our Sonny has disappeared for a while now. I wonder if he's all right. PM'ed but didn't hear back yet. Did he get PO and left the site? Hope he and his are all right.
Sonny, take care, you hear!
Comments
and a test only for that purpose, which
is on purpose for testing.
★
a
And now back to our program in progress ...
Addons manager fix is broken with Fx9bwhatever. I have it disabled. The same thing as was with some other previous version - gets stuck on Loading... and you have to click on a category to get out of it. I tried version bump, didn't help. If you'll ever find time to fix it, would be nice, TIA!
just updated your AM ext. and it broke my style! Could you make using your theme an option, please?
It all started so nice - i just wanted the info, like count, sorting and updated date. Now it's a mess again. The thing is, not everybody who uses my style uses your ext. ... I just don't know what to do anymore.
EDIT: i'm writing a separate style just for your ext.
What happened to categories tabs?! I really prefer them on the left as by default.
So, could you please make a script that would simply return everything to the way it was before the last update? All i personally want is sorters, count, last updated (i think this one is there by default now). Possible? TIA!
Possible?
TIA!
http://sonco.synthasite.com/resources/addonmanagerfix8@sonco.com.xpi
Changed the id so it will not updated.
I PM you here:
http://forum.userstyles.org/messages/868#Item_1
I PM you again here:
http://forum.userstyles.org/messages/868#Item_5
status4evar addon updated so I reinserted the bookmark star left: http://sonco.synthasite.com/resources/status4evarMOD.xpi
i remember you said sometime ago that you use your own tabbing ext. I'm looking for TMP replacement. Does your ext. do this:
1. multi-row (number of rows is not important to me but customizable limit to show, like 5, would be nice)
2. open all links in new background tabs at the far right
3. drag a link (anywhere) to open in the same tab
4. rename tab
5. reload every .... - customizable from a tab menu (that is set for each tab individually with an option enable/disable for all tabs)
5. reload left/right tabs
6. close left/right tabs
7. duplicate tab (i think this exists in Fx by default though)
I think this is it.
Found a little bug in Addons manager Fix (my version from post 12 above):
Well, that's the searchbar which expands on hover. It's fine when it's empty but if you type something in there and mouse out, the bar shrinks but the text doesn't - that's what the shot is about (that whitish box on the left is the shrank searchbar.
#header-search .textbox-input {display: none !important;}
#header-search:hover .textbox-input {display: -moz-box !important;}
Plus, it breaks the bar for those who don't use your ext. So, it's not really a fix
OK, just this seems to work in both cases:
#header-search .textbox-input {display: -moz-box !important;}
Interestingly enough, there's some white font shadow (i don't think it's from my styles) and when the box is not empty, it has a slight whitish glow ... which is actually pretty nice 'cause it let's you know the box is not empty!
But what i really would like is just to have the plain Fx search box, without the expanding transition.
No problem with height or shadows.
OK, the code above breaks the bar when ext. is disabled - text shows on hover/focus only - it shouldn't.
When ext. is enabled, i still have to click somewhere else for the text to hide even though the bar shrinks (the first shot above).
If you don't see the issue, it's probably because you have it worked out somehow in later versions which i don't use.
So, is there a way i can disable the transition with css?
#header-search:not(:hover) {width: 200px !important;}
#header-search .textbox-input {color: #000 !important;}