Created
          December 17, 2011 18:12 
        
      - 
      
- 
        Save morsik/1490915 to your computer and use it in GitHub Desktop. 
    Firefox Small Simple Tabs
  
        
  
    
      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
    
  
  
    
  | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| .tabbrowser-tab .tab-text { | |
| margin: 0 !important; | |
| margin-top: 4px !important; | |
| padding: 0 !important; | |
| } | |
| .tabbrowser-tabs { | |
| margin: 0 !important; | |
| margin-top: -3px !important; | |
| padding: 0 !important; | |
| max-height: 23px !important; | |
| } | |
| .tabbrowser-tab { | |
| margin: 0 !important; | |
| padding: 0 2px !important; | |
| border: none !important; | |
| border-left: 1px solid #777 !important; | |
| background: #333 !important; | |
| color: #ccc !important; | |
| -moz-border-radius: 0 !important; | |
| } | |
| .tabbrowser-tab[selected="true"] { | |
| background: #555 !important; | |
| color: white !important; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Probably doesn't work anymore with current FX :P