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