rendered paste body@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);/* Tab Color Underscoring active/read/unread for Fx3.6 with an extension (DM) *//* =========================================================================== *//* 24728 is a Firefox 3.6 replacement for style 9023 - Tab Color markings active/read/unread (DM*) *//* David McRitchie, modified 9023 (2008-07-24) to work with Firefox 3.6 *//* requires dickyv extension see https://bugzilla.mozilla.org/show_bug.cgi?id=487242 *//* hopefully the code in extension will be included into Firefox *//* Modification of Style 9028 due to Firefox 3.6 see style notes for 24728 */ /* Modifications since 2010-01-31 *//* 2010-02-07 color loading/reloading tab */toolbar { -moz-appearance : none !important; border-bottom : 0px solid #191919 !important; margin-bottom:0px; border:none !important;}.tabbrowser-tab{ background-color: #1e1e1e !important;background-image: none !important;border:none !important;}.tabbrowser-tab .tab-text { }.tabbrowser-strip { height: 20px; background-color : #333333 !important;}.tabbrowser-strip:not([on]) .tabs-bottom { /*-moz-box-sizing: border-box !important;*/ border:none !important; display: none !important;}.tabbrowser-tabs > tab[selected="true"] { border:none !important; background-color : #141414 !important;}.tabbrowser-tabs > tab { border:none !important;}.tabbrowser-tabs > tab[selected="false"] { margin-bottom : 4px !important; background-color : #454545!important; border:none !important; color: #1a1a1a; -moz-opacity: 0.7 !important;}/* Change text and underline color of unread tabs - GREEN *//* http://kb.mozillazine.org/Change_the_style_of_tab_markers */ .tabbrowser-tab:not([visited]) { color: #666666 !important; border:none !important; border-bottom: 0px solid #666666!important;}/* Change underline color of normal tabs - BLUE */.tabbrowser-tab[visited="true"] { border-left: solid 0px #99968b !important; border-right: solid 0px !important; border-bottom: 0px solid #99968b !important; border:none !important; color: black !important; }/* Change underline color of active tab - RED */.tabbrowser-tab[selected="true"] { background-color: #000000 !important; border:none !important; color: #87d7ff !important; }/* Change text color of loading/reloading tab - Magenta */.tabbrowser-tab[busy]{ color: #ff00ac !important; }