Skip to content

Instantly share code, notes, and snippets.

@Athari
Created April 21, 2015 16:05
Show Gist options
  • Save Athari/1c147ba151cd045c7b91 to your computer and use it in GitHub Desktop.
Save Athari/1c147ba151cd045c7b91 to your computer and use it in GitHub Desktop.
FVD Speed Dial - User Style: no search bar, fixed design
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("about:fvdsddials") {
/* Hide search bar */
#searchBar {
display: none !important;
}
/* Bigger group headers, fixed padding */
#groups_list label {
font-size: 1.2em !important;
padding: 8px 15px !important;
}
.topMenuLine .group {
padding: 0px !important;
}
/* Less crappy dial border */
.sd_cell .bottomShadow {
display: none !important;
}
.sd_cell .preview_parent {
border: solid 1px #bbb !important;
box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
}
@jusubzero
Copy link

Hello, How to use this?

@Athari
Copy link
Author

Athari commented Mar 6, 2024

@jusubzero This code is obsolete and no longer works since Firefox removed XUL, among other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment