complete sync of both themes with toolkit winstripe changes in Mozilla 16 cycle
[themes.git] / EarlyBlue / navigator / tabbrowser.css
CommitLineData
9099c61d
RK
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/. */
c3af6803 4
e181d49e 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
c3af6803 6
e181d49e 7.tabbrowser-strip {
a67d7bb0 8 padding-bottom: 0px;
e181d49e
RK
9 border-bottom: 1px solid #666699;
10}
11
12tabpanels {
13}
14
15.tabbrowser-tabs {
16 padding-top: 1px;
17}
c3af6803 18
e181d49e
RK
19.tabs-left,
20.tabs-right {
21 width: 0px;
c3af6803 22}
23
e181d49e
RK
24.tab-icon {
25 margin-top: 1px;
8caa872d 26 -moz-margin-end: 3px;
e181d49e
RK
27 width: 16px;
28 height: 16px;
c3af6803 29}
30
6fa8522a 31.tabbrowser-tab {
a1580a1e 32 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
c3af6803 33}
34
6fa8522a 35.tabbrowser-tab[busy] {
e181d49e 36 list-style-image: url("chrome://global/skin/icons/loading.gif");
c3af6803 37}
38
e181d49e
RK
39tabbrowser > tabbox > tabpanels {
40 border: none;
41 padding: 0px;
42 margin: 0px;
43}
44
a3b6328b
RK
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 {
a67d7bb0
RK
67 margin-top: 1px;
68 margin-bottom: 0;
a3b6328b
RK
69}
70
71.tabs-alltabs-button {
a67d7bb0 72 margin-top: 1px;
a3b6328b
RK
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
e181d49e 89/* ::::: close & new tab buttons ::::: */
c3af6803 90
a67d7bb0
RK
91.tabs-closebutton-box {
92 -moz-box-direction: reverse;
93}
94
95.tabs-closebutton-box > hbox {
96 -moz-box-orient: vertical;
97}
98
e181d49e 99.tabs-closebutton {
a67d7bb0
RK
100 margin-top: 1px;
101 padding: 0 3px;
102 -moz-box-flex: 1;
e181d49e 103 list-style-image: url("chrome://global/skin/icons/close-button.gif");
c3af6803 104}
105
e181d49e
RK
106.tabs-newbutton {
107 margin: 0px;
108 margin-top: 2px;
109 padding: 0px;
6fa8522a 110 list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
e181d49e
RK
111}
112
113.tab-drop-indicator-bar {
114 height: 11px;
115 margin-top: -11px;
a3b6328b 116 -moz-margin-start: -6px;
e181d49e
RK
117 position: relative;
118}
c3af6803 119
e181d49e
RK
120.tab-drop-indicator {
121 height: 11px;
122 width: 11px;
123 margin-bottom: -8px;
124 position: relative;
6fa8522a 125 list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
c3af6803 126}
127
e181d49e
RK
128tooltip[tabpreview="true"] {
129 max-width: none;
c3af6803 130}