/* 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-strip { padding-bottom: 0px; border-bottom: 1px solid #666699; } tabpanels { } .tabbrowser-tabs { padding-top: 1px; } .tabs-left, .tabs-right { width: 0px; } .tab-icon { margin-top: 1px; margin-inline-end: 3px; width: 16px; height: 16px; } .tabbrowser-tab { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .tabbrowser-tab[busy] { list-style-image: url("chrome://global/skin/icons/loading.gif"); } tabbrowser > tabbox > tabpanels { border: none; padding: 0px; margin: 0px; } .tabbrowser-tab:-moz-lwtheme { text-shadow: none; } .scrollbutton-up:-moz-lwtheme, .scrollbutton-down:-moz-lwtheme:not([selected="true"]), .tabbrowser-tab:-moz-lwtheme:not([selected="true"]) { opacity: .8; } .tabs-newbutton > .toolbarbutton-text, .tabs-alltabs-button > .toolbarbutton-text, .tabs-closebutton > .toolbarbutton-text { display: none; } /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */ .scrollbutton-up, .scrollbutton-down { margin-top: 1px; margin-bottom: 0; } .tabs-alltabs-button { margin-top: 1px; } /* All tabs menupopup */ .alltabs-item { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .alltabs-item[selected="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); font-weight: bold; } .alltabs-item[busy] { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } .alltabs-item[tabIsScrolled] { font-style: italic; } /* ::::: close & new tab buttons ::::: */ .tabs-closebutton-box { -moz-box-direction: reverse; } .tabs-closebutton-box > hbox { -moz-box-orient: vertical; } .tabs-closebutton { margin-top: 1px; padding: 0 3px; -moz-box-flex: 1; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } .tabs-newbutton { margin: 0px; margin-top: 2px; padding: 0px; list-style-image: url("chrome://navigator/skin/icons/tab-new.gif"); } .tab-drop-indicator-bar { height: 11px; margin-top: -11px; margin-inline-start: -6px; position: relative; } .tab-drop-indicator { height: 11px; width: 11px; margin-bottom: -8px; position: relative; list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif'); } tooltip[tabpreview="true"] { max-width: none; }