sixth part of syncing LCARStrek with Firefox 29 windows theme changes
[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
150efe45
RK
55.tabs-newbutton > .toolbarbutton-text,
56.tabs-alltabs-button > .toolbarbutton-text,
57.tabs-closebutton > .toolbarbutton-text {
a3b6328b
RK
58 display: none;
59}
60
a3b6328b
RK
61/* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */
62
63.scrollbutton-up,
64.scrollbutton-down {
a67d7bb0
RK
65 margin-top: 1px;
66 margin-bottom: 0;
a3b6328b
RK
67}
68
69.tabs-alltabs-button {
a67d7bb0 70 margin-top: 1px;
a3b6328b
RK
71}
72
73/* All tabs menupopup */
74.alltabs-item {
75 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
76}
77
78.alltabs-item[selected="true"] {
79 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
80 font-weight: bold;
81}
82
83.alltabs-item[busy] {
84 list-style-image: url("chrome://communicator/skin/icons/loading.gif");
85}
86
150efe45
RK
87.alltabs-item[tabIsScrolled] {
88 font-style: italic;
89}
90
e181d49e 91/* ::::: close & new tab buttons ::::: */
c3af6803 92
a67d7bb0
RK
93.tabs-closebutton-box {
94 -moz-box-direction: reverse;
95}
96
97.tabs-closebutton-box > hbox {
98 -moz-box-orient: vertical;
99}
100
e181d49e 101.tabs-closebutton {
a67d7bb0
RK
102 margin-top: 1px;
103 padding: 0 3px;
104 -moz-box-flex: 1;
e181d49e 105 list-style-image: url("chrome://global/skin/icons/close-button.gif");
c3af6803 106}
107
e181d49e
RK
108.tabs-newbutton {
109 margin: 0px;
110 margin-top: 2px;
111 padding: 0px;
6fa8522a 112 list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
e181d49e
RK
113}
114
115.tab-drop-indicator-bar {
116 height: 11px;
117 margin-top: -11px;
a3b6328b 118 -moz-margin-start: -6px;
e181d49e
RK
119 position: relative;
120}
c3af6803 121
e181d49e
RK
122.tab-drop-indicator {
123 height: 11px;
124 width: 11px;
125 margin-bottom: -8px;
126 position: relative;
6fa8522a 127 list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
c3af6803 128}
129
e181d49e
RK
130tooltip[tabpreview="true"] {
131 max-width: none;
c3af6803 132}