Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

All Annotations of [Preview]

saved by29 people, first byChristophe on 2006-08-30, last byJon Jones on 2008-08-13

  • /* Add a keyword when adding a bookmark */
    #keywordRow { display: -moz-grid-line !important; }
  • /* Make inactive tabs hardly visible */
    #content tab:not([selected="true"]) {
    -moz-opacity: 0.5 !important; }
  • /* Remove the forward and back button dropdown arrows */
    #back-button .toolbarbutton-menubutton-dropmarker,
    #forward-button .toolbarbutton-menubutton-dropmarker {
    display: none !important; }
  • on 2006-09-12 Kazuyoshi
    userChrome.css
  • on 2006-10-25 Stumax
    You can use these hacks to change the appearance of Firefox by hiding menus, hiding the separator bars, removing menus or even move the tabbar to the bottom.
  • on 2006-12-30 E_s_jp
    FirefoxのUserChrome.cssについて。サンプルコード