Created
September 1, 2009 11:51
-
-
Save satyr/179066 to your computer and use it in GitHub Desktop.
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
@-moz-document url("chrome://browser/content/browser.xul"){ | |
#context-sendlink, #context-sendimage, #context-sendpage | |
, #PlacesToolbarItems .toolbarbutton-icon:not([src]) | |
, #PersonalToolbar | |
{display:none !important} | |
toolbar {min-height:12px !important} | |
#TabsToolbar {height:17px !important} | |
.tabbrowser-tab | |
{margin-top:-2px !important; -moz-transition:none !important} | |
.tabbrowser-tab:not([selected]) {background-image:none !important} | |
.tabbrowser-tab[pinned] {height:20px !important} | |
.tabbrowser-tab:not([pinned]) | |
{min-width:70px !important} | |
.tabbrowser-tab:not([pinned])[selected=true] | |
{min-width:360px !important} | |
.tab-throbber, .tab-icon-image {margin:-4px 1px 0 0 !important} | |
.tab-text {font-size:92%; text-align:center; vertical-align:middle} | |
#navigator-toolbox > toolbar {visibility:visible !important} | |
#nav-bar {padding:0 !important; height:23px !important} | |
#nav-bar toolbarbutton {margin:0 !important; padding:0 1px !important} | |
#nav-bar .toolbarbutton-icon {} | |
#PlacesToolbarItems > toolbarbutton .toolbarbutton-icon | |
{margin:0 1px 0 0 !important} | |
#PlacesToolbarItems > toolbarbutton[container="true"] > dropmarker | |
{display: -moz-box !important} | |
#PlacesToolbarItems toolbarbutton[image] | |
{padding:0 0 0 2px !important} | |
#PlacesToolbarItems toolbarbutton:not([image]) | |
{padding:0 2px !important} | |
#PlacesToolbarItems toolbarbutton:active | |
{background-color:#edf !important} | |
#sidebar-splitter {min-width:3px !important} | |
#sidebar-header {border:0 !important; min-height:9px !important; height:16px !important} | |
#sidebar-throbber, #sidebar-header > .tabs-closebutton | |
{padding:0 !important} | |
/* extensions */ | |
#gpum-popup4preview {height:705px !important} | |
#gpum-popup4preview > vbox {height:700px !important} | |
#gpum-popup4preview-frame {-moz-box-flex:1 !important} | |
}#_{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment