Created
March 26, 2011 13:50
-
-
Save nkmrgk/888287 to your computer and use it in GitHub Desktop.
userChrome.css for userChromeJS v1.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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