Skip to content

Instantly share code, notes, and snippets.

@nkmrgk
Created March 26, 2011 13:50
Show Gist options
  • Save nkmrgk/888287 to your computer and use it in GitHub Desktop.
Save nkmrgk/888287 to your computer and use it in GitHub Desktop.
userChrome.css for userChromeJS v1.3
@charset "utf-8";
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* 進むボタン削除 */
#forward-button {display:none}
/* サーチバー虫眼鏡削除 */
.search-go-button{display:none!important}
/* ロケーションバーIMEオフ */
#urlbar *|input {ime-mode:inactive !important}
/* ブックマークツールバー余白詰める */
#personal-bookmarks
{
padding: 0px 0px 0px 3px !important;
}
.bookmark-item ,
.chevron
{ -moz-appearance:none !important;
border: 0px !important;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
}
.bookmark-item .toolbarbutton-icon
{ -moz-appearance:none !important;
border: 0px !important;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
}
.bookmark-item .toolbarbutton-text
{ -moz-appearance:none !important;
border: 0px !important;
margin: 0px 1px 0px 1px !important;
padding: 0px 0px 0px 0px!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment