How to fix better gcal collapse header in Firefox 3.5

1 view
Skip to first unread message

Sir Logic

unread,
Oct 23, 2009, 2:31:52 PM10/23/09
to Better Webapps Firefox Extensions
This functionality actually still works, you just can't see the button
because of the changes in how FireFox 3.5 handles the CSS, you can
either use the keyboard shortcuts z and shift z, click on the
invisible button, or change the style code to the following to fix the
buttons:

// Styles for Switch Button
GM_addStyle(<><![CDATA[
#naviSwitchButton, #headSwitchButton {
position: absolute;
width: 0;
height: 0;
background: blue;
border: 12px solid white;
-moz-border-radius: 2px;
cursor: pointer;
-moz-opacity: 0.3;
}

the two things are add the background attribute, and change the border
attribute, and the buttons will again appear.

Gina Trapani

unread,
Nov 5, 2009, 1:35:28 PM11/5/09
to better-gmail-2-f...@googlegroups.com
Hey thanks for this, and apologies for my delayed response. I'll give
it a try and include it in the next version!
--
http://ginatrapani.org
http://twitter.com/ginatrapani

Brian P

unread,
Dec 19, 2009, 4:01:42 AM12/19/09
to Better Firefox Extensions
Thanks so much! I ran my cursor over the spots and, sure enough,
they're still there!

bp

Reply all
Reply to author
Forward
0 new messages