/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * Tabbrowser Tabs */ .tabbrowser-tabs { } .tabbrowser-tabs[overflow="true"] { -moz-padding-start: 0px; } /** * Tab */ .tabbrowser-tab { padding: 1px 4px 2px; } .tabbrowser-tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image { list-style-image: url("chrome://global/skin/icons/loading.gif") !important; } .tabbrowser-tab[selected="true"] { font-weight: bold; } .tab-icon-image { margin-top: 1px; -moz-margin-end: 3px; width: 16px; height: 16px; } .tabs-bottom { } tabpanels { } .tabs-left, .tabs-right { width: 3px; border-bottom-width: 0px; } /* tabbrowser-tab focus ring */ .tabbrowser-tab > .tab-image-middle > .tab-text { border: 1px dotted transparent; } .tabbrowser-tab:-moz-focusring > .tab-image-middle > .tab-text { border: 1px dotted #008484; } /** * Tab Drag and Drop */ .tab-drop-indicator-bar { visibility: hidden; height: 9px; margin-top: -9px; position: relative; } .tab-drop-indicator { height: 11px; width: 11px; margin-bottom: -5px; position: relative; background: url('chrome://global/skin/icons/tab-drag-indicator.gif') 50% 50% no-repeat; } .tab-drop-indicator-bar[dragging="true"] { visibility: visible; } /** * In-tab close button */ .tab-close-button > .toolbarbutton-icon { -moz-margin-end: 0px !important; margin-top: 1px; } .tab-close-button { border: none !important; padding: 0px; cursor: default; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } .tab-close-button:focus { outline: none !important; } /** * Tab Scrollbox Arrow Buttons */ /** * All Tabs Button */ .tabs-alltabs-box { } .tabs-alltabs-button { } .tabs-alltabs-box-animate { } /** * All Tabs Menupopup */ .alltabs-item > .menu-iconic-left > .menu-iconic-icon { } .alltabs-item[selected="true"] { font-weight: bold; } .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon { list-style-image: url("chrome://global/skin/icons/loading.gif"); }