1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14 .tabbrowser-tabs[overflow="true"] {
15 -moz-padding-start: 0px;
26 .tabbrowser-tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image {
27 list-style-image: url("chrome://global/skin/icons/loading.gif") !important;
30 .tabbrowser-tab[selected="true"] {
50 border-bottom-width: 0px;
53 /* tabbrowser-tab focus ring */
54 .tabbrowser-tab > .tab-image-middle > .tab-text {
55 border: 1px dotted transparent;
58 .tabbrowser-tab:-moz-focusring > .tab-image-middle > .tab-text {
59 border: 1px dotted #008484;
66 .tab-drop-indicator-bar {
78 background: url('chrome://global/skin/icons/tab-drag-indicator.gif') 50% 50% no-repeat;
81 .tab-drop-indicator-bar[dragging="true"] {
88 .tab-close-button > .toolbarbutton-icon {
89 -moz-margin-end: 0px !important;
94 border: none !important;
97 list-style-image: url("chrome://global/skin/icons/close-button.gif");
101 .tab-close-button:focus {
102 outline: none !important;
106 * Tab Scrollbox Arrow Buttons
116 .tabs-alltabs-button {
119 .tabs-alltabs-box-animate {
126 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
129 .alltabs-item[selected="true"] {
133 .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
134 list-style-image: url("chrome://global/skin/icons/loading.gif");