~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to toolkit/themes/winstripe/global/browser.css

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
.tabbrowser-tabs {
9
9
  -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tabs") !important;
10
10
  padding-top: 0px;
11
 
  background: #e0dccf url("chrome://global/skin/icons/tabbrowser-tabs-bkgnd.png") repeat-x bottom center !important;
 
11
  background: -moz-dialog url("chrome://global/skin/icons/tabbrowser-tabs-bkgnd.png") !important;
12
12
  -moz-padding-start: 0px;
13
13
}
14
14
 
15
 
.tabbrowser-tabs[overflow="true"]{
 
15
.tabbrowser-tabs[overflow="true"] {
16
16
  -moz-padding-start: 0px;
17
17
}
18
18
 
24
24
  -moz-appearance: none !important;
25
25
  -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tab") !important;
26
26
  background: transparent !important;
27
 
  margin: 0px;
28
 
  padding: 0px;
 
27
  margin: 0px  !important;
 
28
  padding: 0px !important;
29
29
  border: none !important;
30
30
  height: 22px !important;
31
31
  margin-bottom: 1px;
33
33
 
34
34
.tabbrowser-tab > .tab-image-middle {
35
35
  padding-top: 1px;
36
 
}
37
 
 
38
 
.tabbrowser-tab[selected="true"] > .tab-image-middle {
39
36
  -moz-padding-start: 1px;
40
37
}
41
38
 
42
 
.tabbrowser-tab[selected="true"] > * {
43
 
  padding-bottom: 1px;
44
 
  padding-top: 0;
45
 
  margin-bottom: 1px;
46
 
}
47
 
 
48
39
.tabbrowser-tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image {
49
40
  list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important;
50
41
  opacity: 0.6;
52
43
 
53
44
.tabbrowser-tab[selected="true"] {
54
45
  font-weight: bold;
55
 
  margin-bottom: 0px;
56
 
  cursor: -moz-grab;
57
46
}
58
47
 
59
48
.tabbrowser-tab[selected="true"] > .tab-image-middle > .tab-text {
60
 
  cursor: -moz-grab !important;
61
49
  opacity: 1.0 !important;
62
50
}
63
51
 
65
53
  width: 8px;
66
54
  height: 24px;
67
55
  background: url("chrome://global/skin/icons/tab-left.png") no-repeat;
 
56
  background-color: -moz-dialog;
 
57
  -moz-border-radius-topleft: 3px;
68
58
}
69
59
 
70
 
.tabbrowser-tab[chromedir="rtl"] > .tab-image-left{
 
60
.tabbrowser-tab[chromedir="rtl"] > .tab-image-left {
71
61
  background: url("chrome://global/skin/icons/tab-right.png") no-repeat;
 
62
  background-color: -moz-dialog;
 
63
  -moz-border-radius-topleft: 0px;
 
64
  -moz-border-radius-topright: 3px;
72
65
}
73
66
 
74
67
.tabbrowser-tab:not([selected="true"]) > .tab-image-left {
75
 
  opacity: 0.60;
 
68
  height: 23px;
 
69
  margin-bottom: 1px;
 
70
  background: url("chrome://global/skin/icons/tab-left-bkgnd.png") no-repeat;
 
71
  background-color: -moz-dialog;
 
72
}
 
73
 
 
74
.tabbrowser-tab[chromedir="rtl"]:not([selected="true"]) > .tab-image-left {
 
75
  background: url("chrome://global/skin/icons/tab-right-bkgnd.png") no-repeat;
 
76
  background-color: -moz-dialog;
76
77
}
77
78
 
78
79
.tabbrowser-tab:hover:not([selected="true"]) > .tab-image-left {
79
 
  opacity: 0.85;
 
80
  background: url("chrome://global/skin/icons/tab-left-hover.png") no-repeat;
 
81
  background-color: -moz-dialog;
 
82
}
 
83
 
 
84
.tabbrowser-tab[chromedir="rtl"]:hover:not([selected="true"]) > .tab-image-left {
 
85
  background: url("chrome://global/skin/icons/tab-right-hover.png") no-repeat;
 
86
  background-color: -moz-dialog;
80
87
}
81
88
 
82
89
.tabbrowser-tab > .tab-image-middle {
83
90
  height: 24px;
84
91
  background: url("chrome://global/skin/icons/tab-middle.png") repeat-x;
 
92
  background-color: -moz-dialog;
85
93
}
86
94
 
87
95
.tabbrowser-tab:not([selected="true"]) > .tab-image-middle {
88
 
  opacity: 0.60;
 
96
  height: 23px;
 
97
  margin-bottom: 1px;
 
98
  background: url("chrome://global/skin/icons/tab-middle-bkgnd.png") repeat-x;
 
99
  background-color: -moz-dialog;
89
100
}
90
101
 
91
102
.tabbrowser-tab:hover:not([selected="true"]) > .tab-image-middle {
92
 
  opacity: 0.85;
 
103
  background: url("chrome://global/skin/icons/tab-middle-hover.png") repeat-x;
 
104
  background-color: -moz-dialog;
93
105
}
94
106
 
95
107
.tabbrowser-tab > .tab-image-right {
96
108
  width: 8px;
97
109
  height: 24px;
98
110
  background: url("chrome://global/skin/icons/tab-right.png") no-repeat;
 
111
  background-color: -moz-dialog;
 
112
  -moz-border-radius-topright: 3px;
99
113
}
100
114
 
101
 
.tabbrowser-tab[chromedir="rtl"] > .tab-image-right{
 
115
.tabbrowser-tab[chromedir="rtl"] > .tab-image-right {
102
116
  background: url("chrome://global/skin/icons/tab-left.png") no-repeat;
 
117
  background-color: -moz-dialog;
 
118
  -moz-border-radius-topleft: 3px;
 
119
  -moz-border-radius-topright: 0px;
103
120
}
104
121
 
105
122
.tabbrowser-tab:not([selected="true"]) > .tab-image-right {
106
 
  opacity: 0.60;
 
123
  height: 23px;
 
124
  margin-bottom: 1px;
 
125
  background: url("chrome://global/skin/icons/tab-right-bkgnd.png") no-repeat;
 
126
  background-color: -moz-dialog;
 
127
}
 
128
 
 
129
.tabbrowser-tab[chromedir="rtl"]:not([selected="true"]) > .tab-image-right {
 
130
  background: url("chrome://global/skin/icons/tab-left-bkgnd.png") no-repeat;
 
131
  background-color: -moz-dialog;
107
132
}
108
133
 
109
134
.tabbrowser-tab:hover:not([selected="true"]) > .tab-image-right {
110
 
  opacity: 0.85;
 
135
  background: url("chrome://global/skin/icons/tab-right-hover.png") no-repeat;
 
136
  background-color: -moz-dialog;
 
137
}
 
138
 
 
139
.tabbrowser-tab[chromedir="rtl"]:hover:not([selected="true"]) > .tab-image-right {
 
140
  background: url("chrome://global/skin/icons/tab-left-hover.png") no-repeat;
 
141
  background-color: -moz-dialog;
111
142
}
112
143
 
113
144
.tab-icon-image {
120
151
}
121
152
 
122
153
.tabs-bottom {
123
 
  border: none;
124
154
  height: 4px !important;
125
 
  background: url("chrome://global/skin/icons/tabstrip-bottom.png") repeat !important;
126
155
  margin: 0px !important;
 
156
  background: -moz-dialog url("chrome://global/skin/icons/tabstrip-bottom.png") repeat !important;
 
157
  border-top: 1px solid threedshadow; 
 
158
  border-bottom: 1px solid threedshadow;
127
159
}
128
160
 
129
161
tabpanels {
142
174
}
143
175
 
144
176
.tabbrowser-tab:focus > .tab-image-middle > .tab-text {
145
 
  border: 1px dotted black;
 
177
  border: 1px dotted -moz-DialogText;
146
178
}
147
179
 
148
180
/**
173
205
 */
174
206
.tab-close-button > .toolbarbutton-icon {
175
207
  -moz-margin-end: 0px !important;
 
208
  margin-top: 1px;
176
209
}
177
210
 
178
211
.tab-close-button {
185
218
  list-style-image: url("chrome://global/skin/icons/close.png");
186
219
}
187
220
 
 
221
.tabbrowser-tab:not([selected="true"]) > .tab-close-button {
 
222
  height: 23px;
 
223
  margin-bottom: 1px;
 
224
}
 
225
 
 
226
.tabbrowser-tab:not([selected="true"]) > .tab-close-button > .toolbarbutton-icon {
 
227
  margin-top: 2px;
 
228
}
 
229
 
188
230
.tab-close-button:hover,
189
231
.tabbrowser-tab[selected="true"] > .tab-close-button:hover {
190
232
  -moz-image-region: rect(0px, 32px, 16px, 16px);
198
240
}
199
241
 
200
242
.tabbrowser-tab > .tab-close-button {
201
 
  background-image: url("chrome://global/skin/icons/tab-middle.png");
202
 
  background-repeat: no-repeat;
203
 
  opacity: 0.6;
 
243
  background-image: url("chrome://global/skin/icons/tab-middle-bkgnd.png");
 
244
  background-color: -moz-dialog;
204
245
}
 
246
 
205
247
.tabbrowser-tab:hover > .tab-close-button {
206
 
  opacity: 0.85;
207
 
}
208
 
 
209
 
.tab-close-button-placeholder {
210
 
  list-style-image: url("chrome://global/skin/icons/close.png");
211
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
212
 
  opacity: 0.7;
213
 
  -moz-margin-start: 2px;
214
 
  margin-top: 2px;
215
 
  border: none !important;
216
 
  padding: 0px;
 
248
  background-image: url("chrome://global/skin/icons/tab-middle-hover.png");
217
249
}
218
250
 
219
251
.tabbrowser-tab[selected="true"] > .tab-close-button {
220
 
  margin-top: 0px;
221
 
  opacity: 1.0;
 
252
  background-image: url("chrome://global/skin/icons/tab-middle.png");
222
253
  -moz-image-region: rect(0px, 16px, 16px, 0px);
223
254
  /* Make this button focusable so clicking on it will not focus the tab while
224
255
     it's getting closed */
233
264
 * Tab Scrollbox Arrow Buttons
234
265
 */
235
266
 
236
 
.tabbrowser-tabs[overflow="true"] .tabs-left{
 
267
.tabbrowser-tabs[overflow="true"] .tabs-left {
237
268
  display: none;
238
269
}
239
270
 
240
 
.tabbrowser-arrowscrollbox > .scrollbutton-up{
 
271
.tabbrowser-arrowscrollbox > .scrollbutton-up {
241
272
  -moz-appearance: none !important;
242
273
  border: none !important;
243
274
  margin-top: 2px;
 
275
  margin-bottom: 4px !important;
244
276
  padding: 0px;
245
 
  width: 18px !important;
246
 
  height: 25px !important;
247
 
  -moz-margin-start: 0px !important;
248
 
  list-style-image: url("chrome://global/skin/icons/tab-arrow-start.png") !important;
249
 
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd.png") !important;
 
277
  width: 18px;
 
278
  height: 23px;
 
279
  -moz-margin-start: 0px;
 
280
  -moz-margin-end: 0px;
 
281
  list-style-image: url("chrome://global/skin/icons/tab-arrow-start.png");
 
282
  -moz-image-region: rect(0, 11px, 14px, 0);
250
283
  background-repeat: no-repeat;
251
 
  opacity: 0.4;
252
 
}
253
 
.tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up{
254
 
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd.png") !important;
255
 
}
256
 
 
257
 
.tabbrowser-arrowscrollbox > .scrollbutton-up:hover{
258
 
  opacity: 1.0;
259
 
}
260
 
 
261
 
.scrollbutton-rel-box > .scrollbutton-down-box{
 
284
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-enabled.png");
 
285
  background-color: -moz-dialog;
 
286
  -moz-border-radius-topright: 5px;
 
287
}
 
288
 
 
289
.tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up {
 
290
  list-style-image: url("chrome://global/skin/icons/tab-arrow-end.png");
 
291
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-enabled.png");
 
292
  -moz-border-radius-topleft: 5px;
 
293
  -moz-border-radius-topright: 0px;
 
294
}
 
295
 
 
296
.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled="true"] {
 
297
  -moz-image-region: rect(0, 33px, 14px, 22px);
 
298
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-disabled.png");
 
299
}
 
300
 
 
301
.tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up[disabled="true"] {
 
302
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-disabled.png");
 
303
}
 
304
 
 
305
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover {
 
306
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-hover.png");
 
307
  -moz-image-region: rect(0, 22px, 14px, 11px);
 
308
}
 
309
 
 
310
.tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up:not([disabled="true"]):hover {
 
311
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-hover.png");
 
312
}
 
313
 
 
314
.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover:active {
 
315
  -moz-image-region: rect(0, 44px, 14px, 33px);
 
316
}
 
317
 
 
318
.tabbrowser-arrowscrollbox > .scrollbutton-up > .toolbarbutton-icon {    
 
319
  margin: 6px 0px 0px 0px;
 
320
}                                                                            
 
321
 
 
322
.tabbrowser-arrowscrollbox > .scrollbutton-down-stack {
 
323
  margin-top: 2px;
 
324
  margin-bottom: 4px;
 
325
  height: 23px;
 
326
}
 
327
 
 
328
.scrollbutton-rel-box > .scrollbutton-down-box {
262
329
  -moz-appearance: none !important;
263
330
  border: none !important;
264
 
  margin-top: 2px;
265
 
  width: 18px !important;
266
 
  height: 25px !important;
267
 
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd.png") !important;
 
331
  width: 18px;
 
332
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-enabled.png");
268
333
  background-repeat: no-repeat; 
269
 
  opacity: 0.4;
270
 
}
271
 
 
272
 
.scrollbutton-rel-box > .scrollbutton-down-box-animate{
273
 
  margin-top: 2px;
274
 
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-animate.png") !important;
 
334
  background-color: -moz-dialog;
 
335
  -moz-border-radius-topleft: 5px;
 
336
}
 
337
 
 
338
.tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box {
 
339
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-enabled.png");
 
340
  -moz-border-radius-topleft: 0px;
 
341
  -moz-border-radius-topright: 5px;
 
342
}
 
343
 
 
344
.scrollbutton-rel-box > .scrollbutton-down-box[disabled="true"] {
 
345
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-disabled.png");
 
346
}
 
347
 
 
348
.tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box[disabled="true"] {
 
349
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-disabled.png");
 
350
}
 
351
 
 
352
.scrollbutton-rel-box > .scrollbutton-down-box-animate {
 
353
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-animate.png");
275
354
  background-repeat: no-repeat;
276
355
  opacity: 0.0;
277
356
}
278
357
 
279
 
.scrollbutton-rel-box > .scrollbutton-down{
 
358
.tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box-animate {
 
359
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-animate.png");
 
360
}
 
361
 
 
362
.scrollbutton-rel-box > .scrollbutton-down {
280
363
  -moz-appearance: none !important;
281
 
  border: 0px !important;
282
 
  list-style-image: url("chrome://global/skin/icons/tab-arrow-end.png") !important;
283
 
  opacity: 0.4;
284
 
  margin-top: 2px;
285
 
  width: 18px !important;
286
 
  -moz-margin-start: 0px !important;
287
 
  -moz-margin-end: 0px !important;
288
 
  -moz-padding-end: 0px !important;
289
 
}
290
 
 
291
 
.scrollbutton-rel-box > .scrollbutton-down:hover{
292
 
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd.png") !important;
 
364
  border: none !important;
 
365
  width: 18px;
 
366
  list-style-image: url("chrome://global/skin/icons/tab-arrow-end.png");
 
367
  -moz-image-region: rect(0, 11px, 14px, 0);
 
368
  margin: 0px;
 
369
  padding: 0px;
 
370
}
 
371
 
 
372
.tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down {
 
373
  list-style-image: url("chrome://global/skin/icons/tab-arrow-start.png");
 
374
}
 
375
 
 
376
.scrollbutton-rel-box > .scrollbutton-down[disabled="true"] {
 
377
  -moz-image-region: rect(0, 33px, 14px, 22px);
 
378
}
 
379
 
 
380
.scrollbutton-rel-box > .scrollbutton-down:not([disabled="true"]):hover {
 
381
  -moz-image-region: rect(0, 22px, 14px, 11px);
 
382
  background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-hover.png");
293
383
  background-repeat: no-repeat;
294
384
  background-position: top left;
295
 
  opacity: 1.0;
296
 
}
297
 
 
298
 
.tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-down{
299
 
  -moz-padding-end: 0px !important;
300
 
  background-position: top left;
301
 
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd.png") !important;
302
 
}
303
 
 
304
 
.scrollbutton-rel-box > .scrollbutton-down > .toolbarbutton-icon{
305
 
  -moz-padding-end: 0px !important;
306
 
  -moz-margin-end: 0px !important;
 
385
}
 
386
 
 
387
.tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down:not([disabled="true"]):hover {
 
388
  background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-hover.png");
 
389
}
 
390
 
 
391
.scrollbutton-rel-box > .scrollbutton-down:not([disabled="true"]):hover:active {
 
392
  -moz-image-region: rect(0, 44px, 14px, 33px);
 
393
}
 
394
 
 
395
.scrollbutton-rel-box > .scrollbutton-down > .toolbarbutton-icon {
 
396
  margin: 6px 0px 0px 1px;
307
397
}
308
398
 
309
399
/**
312
402
 
313
403
.tabs-alltabs-box {
314
404
  margin-top: 2px;
315
 
  width: 20px !important;
316
 
  height: 25px !important;
 
405
  margin-bottom: 4px;
 
406
  width: 18px !important;
 
407
  height: 23px !important;
317
408
  background-image: url("chrome://global/skin/icons/alltabs-box-end-bkgnd.png");
318
409
  background-repeat: no-repeat;
319
 
  opacity: 0.40;
 
410
  background-color: -moz-dialog; 
 
411
  -moz-border-radius-topleft: 5px;
320
412
}
321
413
 
322
 
.tabs-alltabs-box[chromedir="rtl"] {
 
414
stack[chromedir="rtl"] > hbox > .tabs-alltabs-box {
323
415
  background-image: url("chrome://global/skin/icons/alltabs-box-start-bkgnd.png");
 
416
  -moz-border-radius-topleft: 0px;
 
417
  -moz-border-radius-topright: 5px;
324
418
}
325
419
 
326
 
.tabbrowser-tabs[overflow="true"] .tabs-alltabs-box{
 
420
.tabbrowser-tabs[overflow="true"] .tabs-alltabs-box {
327
421
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd.png");
328
 
  opacity: 0.40;
 
422
  -moz-border-radius-topleft: 0px;
 
423
  -moz-border-radius-topright: 0px;
329
424
}
330
425
 
331
 
.tabbrowser-tabs[overflow="true"] .tabs-alltabs-box[chromedir="rtl"]{
 
426
.tabbrowser-tabs[overflow="true"] stack[chromedir="rtl"] > hbox > .tabs-alltabs-box {
332
427
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-start-bkgnd.png");
333
 
  opacity: 0.40;
334
428
}
335
429
 
336
430
.tabs-alltabs-button {
337
431
  -moz-appearance: none !important;
338
432
  border: 0px !important;
339
433
  margin-top: 2px;
340
 
  width: 20px !important;
341
 
  height: 25px !important;
 
434
  margin-bottom: 4px;
 
435
  width: 18px !important;
 
436
  height: 23px !important;
342
437
  border: 0px !important;
343
438
  -moz-padding-start: 4px !important;
344
439
  -moz-padding-end: 4px !important;
 
440
  padding: 0px;
345
441
}
346
442
 
347
 
.tabs-alltabs-button  > .toolbarbutton-text {
 
443
.tabs-alltabs-button > .toolbarbutton-text {
348
444
  display: none;
349
445
}
350
446
 
 
447
.tabs-alltabs-button > .toolbarbutton-icon {
 
448
  -moz-margin-end: 2px;
 
449
}
 
450
 
 
451
.tabs-alltabs-button > .toolbarbutton-menu-dropmarker {
 
452
  margin-top: 3px !important;
 
453
}
 
454
 
351
455
.tabs-alltabs-button:hover {
352
 
  background-image: url("chrome://global/skin/icons/alltabs-box-end-bkgnd.png");
 
456
  background-image: url("chrome://global/skin/icons/alltabs-box-end-bkgnd-hover.png");
353
457
  background-repeat: no-repeat;
354
 
  opacity: 1.0;
355
 
}
356
 
 
357
 
.tabbrowser-tabs[overflow="true"] .tabs-alltabs-button:hover{
358
 
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd.png");
359
 
}
360
 
 
361
 
.tabs-alltabs-box-animate{
 
458
}
 
459
 
 
460
stack[chromedir="rtl"] > hbox > .tabs-alltabs-button:hover {
 
461
  background-image: url("chrome://global/skin/icons/alltabs-box-start-bkgnd-hover.png");
 
462
}
 
463
 
 
464
.tabbrowser-tabs[overflow="true"] .tabs-alltabs-button:hover {
 
465
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd-hover.png");
 
466
}
 
467
 
 
468
.tabbrowser-tabs[overflow="true"] stack[chromedir="rtl"] > hbox > .tabs-alltabs-button:hover {
 
469
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-start-bkgnd-hover.png");
 
470
}
 
471
 
 
472
.tabs-alltabs-box-animate {
362
473
  margin-top: 2px;
363
 
  width: 20px !important;
364
 
  height: 25px !important;
 
474
  margin-bottom: 4px;
 
475
  width: 18px !important;
 
476
  height: 23px !important;
365
477
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd-animate.png");
366
478
  background-repeat: no-repeat;
367
479
  opacity: 0.0;
368
480
}
369
481
 
 
482
stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
 
483
  background-image: url("chrome://global/skin/icons/alltabs-box-overflow-start-bkgnd-animate.png");
 
484
}
 
485
 
370
486
/**
371
487
 * All Tabs Menupopup 
372
488
 */