userChrome.css (1069B)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | /* * * author : Xu Xiaodong <[email protected]> * modified : 2017 Jan 08 * */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); tab { background: #282828 !important; color: #ebdbb2 !important; } #TabsToolbar { background: #282828 !important; font-family: 'American Typewriter' !important; font-size: 12px !important; } #TabsToolbar toolbarbutton[class^="scrollbutton"] { display: none !important; } #TabsToolbar, #tabbrowser-tabs { margin: 0 -11px !important; } #tabbrowser-tabs ~ #alltabs-button { display: none !important; } #tabbrowser-tabs .tabbrowser-tab { margin: 0 -10px 0 14px !important; } .tabbrowser-tab[fadein]:not([pinned]) { max-width: 100% !important; } .tabbrowser-tab * { background: #282828 !important; } .tabbrowser-tab[selected="true"] .tab-stack { background: #282828 !important; color: #d79921 !important; border-radius: 0px !important; position: relative !important; } .tab-icon-image, .tab-close-button { display: none !important; } |