Hide Favicons & other stuff in v2.15 beta 11 - Fast Dial
chiaroscuro Sat, 12/20/2008 - 17:38
This is just a temporary fix due to shortcomings in Preferences in Version 2.15 beta 11
Please copy paste into Stylish.
To simply remove Favicons please use this
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://fastdial/content/fastdial.html") {
}
.title img
{
-moz-opacity: 0.0 !important;
}
or
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://fastdial/content/fastdial.html") {
}
.title img
{
display:none !important;
}
---
Help (top right) only appears on hover
Favicons the same (does not work as favicons so small)
Fast Dial logo removed
In 2.15 beta 11 favicons appear on hover.
So this works well with Title also appearing on Hover
---
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://fastdial/content/fastdial.html") {
}
/* help button top right */
a#help
{
-moz-opacity: 0.0 !important;
}
a#help:hover
{
-moz-opacity: 1.0 !important;
}
/* favicons */
.title img
{
-moz-opacity: 0.0 !important;
}
.title img:hover
{
-moz-opacity: 1.0 !important;
}
/* fast dial logo */
img#enable
{
-moz-opacity: 0.0 !important;
}
- Printer-friendly version
- 0
- 0 votes
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
Understanding common networkby: Stewart445 hours 28 min ago
-
Premium Smoking Gear Starts with Smoke Dockby: Jordan6420 hours 17 min ago
-
In an increasingly digitalby: Stewart441 day 1 hour ago
-
Many homeowners underestimateby: Stewart442 days 6 hours ago
-
Sex Dolls onlineby: Jordan644 days 20 hours ago
-
Gamulator makes it easier toby: Stewart445 days 3 hours ago
-
This is a question everyby: Stewart441 week 4 days ago
-
Breathing plays a powerfulby: Stewart441 week 5 days ago
