complete sync of both themes with toolkit winstripe changes in Mozilla 16 cycle
[themes.git] / EarlyBlue / navigator / tabbrowser.css
... / ...
CommitLineData
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/. */
4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7.tabbrowser-strip {
8 padding-bottom: 0px;
9 border-bottom: 1px solid #666699;
10}
11
12tabpanels {
13}
14
15.tabbrowser-tabs {
16 padding-top: 1px;
17}
18
19.tabs-left,
20.tabs-right {
21 width: 0px;
22}
23
24.tab-icon {
25 margin-top: 1px;
26 -moz-margin-end: 3px;
27 width: 16px;
28 height: 16px;
29}
30
31.tabbrowser-tab {
32 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
33}
34
35.tabbrowser-tab[busy] {
36 list-style-image: url("chrome://global/skin/icons/loading.gif");
37}
38
39tabbrowser > tabbox > tabpanels {
40 border: none;
41 padding: 0px;
42 margin: 0px;
43}
44
45.tabbrowser-tab:-moz-lwtheme {
46 text-shadow: none;
47}
48
49.scrollbutton-up:-moz-lwtheme,
50.scrollbutton-down:-moz-lwtheme:not([selected="true"]),
51.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
52 opacity: .8;
53}
54
55.toolbarbutton-text {
56 display: none;
57}
58
59.toolbarbutton-icon {
60 margin: 0px !important; /* needs to override communicator.css */
61}
62
63/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
64
65.scrollbutton-up,
66.scrollbutton-down {
67 margin-top: 1px;
68 margin-bottom: 0;
69}
70
71.tabs-alltabs-button {
72 margin-top: 1px;
73}
74
75/* All tabs menupopup */
76.alltabs-item {
77 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
78}
79
80.alltabs-item[selected="true"] {
81 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
82 font-weight: bold;
83}
84
85.alltabs-item[busy] {
86 list-style-image: url("chrome://communicator/skin/icons/loading.gif");
87}
88
89/* ::::: close & new tab buttons ::::: */
90
91.tabs-closebutton-box {
92 -moz-box-direction: reverse;
93}
94
95.tabs-closebutton-box > hbox {
96 -moz-box-orient: vertical;
97}
98
99.tabs-closebutton {
100 margin-top: 1px;
101 padding: 0 3px;
102 -moz-box-flex: 1;
103 list-style-image: url("chrome://global/skin/icons/close-button.gif");
104}
105
106.tabs-newbutton {
107 margin: 0px;
108 margin-top: 2px;
109 padding: 0px;
110 list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
111}
112
113.tab-drop-indicator-bar {
114 height: 11px;
115 margin-top: -11px;
116 -moz-margin-start: -6px;
117 position: relative;
118}
119
120.tab-drop-indicator {
121 height: 11px;
122 width: 11px;
123 margin-bottom: -8px;
124 position: relative;
125 list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
126}
127
128tooltip[tabpreview="true"] {
129 max-width: none;
130}