The current userChrome.css (6)
Been a while... Lots amp; lots of works lately... But, Easter is here, and so its holy holidays!
The infatuation with customizing my Firefox goes on and on...
The infatuation with customizing my Firefox goes on and on...
/* No "New Tab button" abomination */
.tabs-newtab-button {display: none;}
toolbarbutton.bookmark-item {
height: 0px !important;
font-size: regular !important;
margin-top: 0px !important;
color: black !important;
}
/* Remove bookmark toolbar folder arrows */
#PersonalToolbar .toolbarbutton-menu-dropmarker {
display: none !important;
}
/* Changes the color of only the Menu entry */
/* http://ubuntuforums.org/showthread.php?t=503508 */
menubar, menu {
color: gray !important;
font-size: regular !important;
}
/* change font color of popup menus */
menupopup > menu,
menupopup > menuitem,
popup > menu,
popup > menuitem {
/* For dark themes set to "white" */
color: white !important;
font-size: regular !important;
/* For light themes set to "black" */
/* color: black !important; */
}
/* Remove the Bookmark star, use Ctrl-D to add a Bookmark */
#star-button {
display: none !important;
}
/* Remove the Go button, the green one from the URL box */
#urlbar-icons > #go-button
{
display: none !important;
}
/* Remove splitter between the URL and Search bars to save space */
#urlbar-search-splitter {
display: none !important;
}
/* hide toolbar borders */
menubar, toolbox, toolbar {
border-style: none !important;
}
/* hide toolbar borders */
toolbar {
-moz-appearance: none !important;
}
/* Remove the Help menu entry */
/* http://wiki.eeeuser.com/howto:shrinkfirefox */
menu[label="Help"] {
display: none !important;
}
/* Hide urlbar and searchbar drop-down arrows */
#urlbar .autocomplete-history-dropmarker {
display: none !important;
}
#searchbar .autocomplete-history-dropmarker {
display: none !important;
}
/* Hide Forward Back Dropmaker */
#back-forward-dropmarker {
display:none;
}
/* Show Stop and Reload buttons smartly */
/* The stop button has to be BEFORE the reload one for this to work */
#stop-button[disabled] {
display: none;
}
#stop-button:not([disabled]) + #reload-button {
display: none;
}
/* Hides stupid option entries from the right click pop-up menu */
#context-openlink,
#context-viewbgimage,
#context-sep-viewbgimage,
#context-sendimage,
#context-setDesktopBackground,
#context-bookmarklink,
#context-savelink,
#context-sendlink {
display: none !important;
}
menuitem[label="Send Link..."] {
display: none !important;
}
/* Remove search engines button from searchbar*/
.searchbar-dropmarker#searchbar-dropmarker {
display: none !important;
}
.searchbar-engine-button-container {
display: none !important;
}
.searchbar-engine-button {
display: none !important;
}
/* Hide Search Engine Name in searchbar */
textbox[empty="true"] .textbox-input-box {
color: #323232 !important;
}
Labels: Firefox, Life, Linux, Lucid Lynx, Stupidity, Thinkpad T410, Ubuntu
0 Comments:
Post a Comment
<< Home