Skip to content

Instantly share code, notes, and snippets.

@mook
Forked from aikar/gist:867710
Created March 13, 2011 00:05
Show Gist options
  • Select an option

  • Save mook/867723 to your computer and use it in GitHub Desktop.

Select an option

Save mook/867723 to your computer and use it in GitHub Desktop.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url(chrome://komodo/content/komodo.xul) {
#topview tabs > vbox,
#topview tabs .tabstrip-box,
#topview tabs .tab-arrowscrollbox,
#topview tabs .tab-arrowscrollbox > scrollbox,
#topview tabs .scrollbox-innerbox {
display: block !important;
}
#topview tabs .tab-drop-indicator-bar,
#topview tabs .scrollbutton-up,
#topview tabs .scrollbutton-down,
#topview tabs .tabs-select-button,
#topview tabs .tabs-closebutton {
display: none !important;
}
#topview tabs tab {
float: left !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment