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");
12 /* XXX: Firefox rules - look into those when we support FF
13 -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tabs") !important;
15 background: -moz-dialog url("chrome://global/skin/icons/tabbrowser-tabs-bkgnd.png") !important;
16 -moz-padding-start: 0px;
20 .tabbrowser-tabs[overflow="true"] {
21 -moz-padding-start: 0px;
29 /* XXX: Firefox rules - look into those when we support FF
30 -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tab") !important;
31 background: transparent !important;
32 margin: 0px 0px 1px !important;
33 padding: 0px !important;
34 border: none !important;
35 height: 22px !important;
39 .tabbrowser-tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image {
40 list-style-image: url("chrome://global/skin/icons/loading.gif") !important;
43 .tabbrowser-tab[selected="true"] {
52 /* XXX: Firefox rules - look into those when we support FF
53 list-style-image: url("chrome://global/skin/icons/folder-item.png");
54 -moz-image-region: rect(0px, 16px, 16px, 0px);
67 border-bottom-width: 0px;
70 /* tabbrowser-tab focus ring */
71 .tabbrowser-tab > .tab-image-middle > .tab-text {
72 border: 1px dotted transparent;
75 .tabbrowser-tab:-moz-focusring > .tab-image-middle > .tab-text {
76 border: 1px dotted #666699;
83 .tab-drop-indicator-bar {
95 background: url('chrome://global/skin/icons/tab-drag-indicator.gif') 50% 50% no-repeat;
98 .tab-drop-indicator-bar[dragging="true"] {
103 * In-tab close button
105 .tab-close-button > .toolbarbutton-icon {
106 -moz-margin-end: 0px !important;
111 border: none !important;
114 list-style-image: url("chrome://global/skin/icons/close-button.gif");
118 .tab-close-button:focus {
119 outline: none !important;
123 * Tab Scrollbox Arrow Buttons
126 /* XXX: Firefox rules - look into those when we support FF */
132 /* XXX: Firefox rules - look into those when we support FF
136 .tabs-alltabs-button {
139 .tabs-alltabs-box-animate {
147 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
148 /* XXX: Firefox rules - look into those when we support FF
149 list-style-image: url("chrome://global/skin/icons/folder-item.png");
150 -moz-image-region: rect(0px, 16px, 16px, 0px);
154 .alltabs-item[selected="true"] {
158 .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
159 list-style-image: url("chrome://global/skin/icons/loading.gif");