summaryrefslogtreecommitdiff
path: root/src/chrome/browser/tabview/tabview.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/browser/tabview/tabview.css')
-rw-r--r--src/chrome/browser/tabview/tabview.css48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/chrome/browser/tabview/tabview.css b/src/chrome/browser/tabview/tabview.css
index 4a7cc94..7aa2f0c 100644
--- a/src/chrome/browser/tabview/tabview.css
+++ b/src/chrome/browser/tabview/tabview.css
@@ -14,9 +14,9 @@ body {
14.tab { 14.tab {
15 margin: 4px; 15 margin: 4px;
16 padding-top: 4px; 16 padding-top: 4px;
17 -moz-padding-end: 6px; 17 padding-inline-end: 6px;
18 padding-bottom: 6px; 18 padding-bottom: 6px;
19 -moz-padding-start: 4px; 19 padding-inline-start: 4px;
20 background-color: #FFFFFF; 20 background-color: #FFFFFF;
21 border-radius: 0.4em; 21 border-radius: 0.4em;
22 cursor: pointer; 22 cursor: pointer;
@@ -48,12 +48,12 @@ html[dir=rtl] .thumb {
48.favicon { 48.favicon {
49 background-color: #FFFFFF; 49 background-color: #FFFFFF;
50 padding-top: 4px; 50 padding-top: 4px;
51 -moz-padding-end: 6px; 51 padding-inline-end: 6px;
52 padding-bottom: 6px; 52 padding-bottom: 6px;
53 -moz-padding-start: 4px; 53 padding-inline-start: 4px;
54 top: 4px; 54 top: 4px;
55 left: 4px; 55 left: 4px;
56 -moz-border-end: 1px solid rgba(73, 99, 119, 0.3); 56 border-inline-end: 1px solid rgba(73, 99, 119, 0.3);
57 border-bottom: 1px solid rgba(73, 99, 119, 0.3); 57 border-bottom: 1px solid rgba(73, 99, 119, 0.3);
58 height: 17px; 58 height: 17px;
59 width: 17px; 59 width: 17px;
@@ -266,7 +266,7 @@ html[dir=rtl] .overlay {
266.appTabTrayContainer { 266.appTabTrayContainer {
267 top: 34px; 267 top: 34px;
268 right: 1px; 268 right: 1px;
269 -moz-border-start: 1px solid #E1E1E1; 269 border-inline-start: 1px solid #E1E1E1;
270 padding: 0 5px; 270 padding: 0 5px;
271 overflow: -moz-hidden-unscrollable; 271 overflow: -moz-hidden-unscrollable;
272 text-align: start; 272 text-align: start;
@@ -314,8 +314,8 @@ html[dir=rtl] .appTabTrayContainer {
314 background-color: #A0A0A0; 314 background-color: #A0A0A0;
315 padding-top: 3px; 315 padding-top: 3px;
316 padding-bottom: 3px; 316 padding-bottom: 3px;
317 -moz-padding-start: 5px; 317 padding-inline-start: 5px;
318 -moz-padding-end: 20px; 318 padding-inline-end: 20px;
319 width: 135px; 319 width: 135px;
320 line-height: 25px; 320 line-height: 25px;
321 box-shadow: 0px 1px 0px rgba(255,255,255,.5), 0px -1px 0px rgba(0,0,0,.24); 321 box-shadow: 0px 1px 0px rgba(255,255,255,.5), 0px -1px 0px rgba(0,0,0,.24);
@@ -353,7 +353,7 @@ html[dir=rtl] .undo .close {
353 opacity: 0.9; 353 opacity: 0.9;
354 border: 1px dashed rgba(0,0,0,.12); 354 border: 1px dashed rgba(0,0,0,.12);
355 border-bottom: none; 355 border-bottom: none;
356 -moz-border-end: none; 356 border-inline-end: none;
357 box-shadow: 1px 1px 0 rgba(255,255,255,.15); 357 box-shadow: 1px 1px 0 rgba(255,255,255,.15);
358} 358}
359 359
@@ -413,9 +413,9 @@ input.name {
413 border: 1px solid transparent; 413 border: 1px solid transparent;
414 color: #999; 414 color: #999;
415 margin-top: 3px; 415 margin-top: 3px;
416 -moz-margin-end: 0; 416 margin-inline-end: 0;
417 margin-bottom: 0; 417 margin-bottom: 0;
418 -moz-margin-start: 3px; 418 margin-inline-start: 3px;
419 padding: 1px; 419 padding: 1px;
420} 420}
421 421
@@ -456,9 +456,9 @@ input.name:focus::-moz-placeholder {
456 456
457.title-shield { 457.title-shield {
458 margin-top: 3px; 458 margin-top: 3px;
459 -moz-margin-end: 0; 459 margin-inline-end: 0;
460 margin-bottom: 0; 460 margin-bottom: 0;
461 -moz-margin-start: 3px; 461 margin-inline-start: 3px;
462 padding: 1px; 462 padding: 1px;
463 left: 0; 463 left: 0;
464 top: 0; 464 top: 0;
@@ -530,7 +530,7 @@ html[dir=rtl] .iq-resizable-se {
530#exit-button { 530#exit-button {
531 width: 18px; 531 width: 18px;
532 height: 18px; 532 height: 18px;
533 -moz-margin-end: 4px; 533 margin-inline-end: 4px;
534 margin-top: 2px; 534 margin-top: 2px;
535 background-image: -moz-image-rect(url(chrome://browser/skin/tabview/tabview.png), 0, 90, 18, 72); 535 background-image: -moz-image-rect(url(chrome://browser/skin/tabview/tabview.png), 0, 90, 18, 72);
536 background-attachment: scroll; 536 background-attachment: scroll;
@@ -570,15 +570,15 @@ html[dir=rtl] .iq-resizable-se {
570#searchbox{ 570#searchbox{
571 width: 270px; 571 width: 270px;
572 max-width: -moz-available; 572 max-width: -moz-available;
573 -moz-margin-start: 20px; 573 margin-inline-start: 20px;
574 height: 30px; 574 height: 30px;
575 box-shadow: 0px 1px 0px rgba(255,255,255,.5), 0px -1px 0px rgba(0,0,0,1), 0px 0px 9px rgba(0,0,0,.8); 575 box-shadow: 0px 1px 0px rgba(255,255,255,.5), 0px -1px 0px rgba(0,0,0,1), 0px 0px 9px rgba(0,0,0,.8);
576 color: white; 576 color: white;
577 border: none; 577 border: none;
578 background-color: #272727; 578 background-color: #272727;
579 border-radius: 0.4em; 579 border-radius: 0.4em;
580 -moz-padding-start: 5px; 580 padding-inline-start: 5px;
581 -moz-padding-end: 5px; 581 padding-inline-end: 5px;
582 font-size: 14px; 582 font-size: 14px;
583} 583}
584 584
@@ -613,7 +613,7 @@ html[dir=rtl] #actions {
613 width: 20px; 613 width: 20px;
614 height: 20px; 614 height: 20px;
615 margin-top: 3px; 615 margin-top: 3px;
616 -moz-margin-end: 1px; 616 margin-inline-end: 1px;
617} 617}
618 618
619.notMainMatch{ 619.notMainMatch{
@@ -637,8 +637,8 @@ html[dir=rtl] #otherresults {
637#otherresults .label { 637#otherresults .label {
638 color: #999; 638 color: #999;
639 line-height: 30px; 639 line-height: 30px;
640 -moz-margin-start: 5px; 640 margin-inline-start: 5px;
641 -moz-margin-end: 5px; 641 margin-inline-end: 5px;
642} 642}
643 643
644.inlineMatch { 644.inlineMatch {
@@ -646,10 +646,10 @@ html[dir=rtl] #otherresults {
646 border-radius: 0.4em; 646 border-radius: 0.4em;
647 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); 647 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
648 border: 1px solid rgba(255, 255, 255, 0.5); 648 border: 1px solid rgba(255, 255, 255, 0.5);
649 -moz-padding-start: 3px; 649 padding-inline-start: 3px;
650 -moz-padding-end: 3px; 650 padding-inline-end: 3px;
651 height: 20px; 651 height: 20px;
652 -moz-margin-end: 5px; 652 margin-inline-end: 5px;
653 cursor: pointer; 653 cursor: pointer;
654} 654}
655 655
@@ -658,7 +658,7 @@ html[dir=rtl] #otherresults {
658} 658}
659 659
660.inlineMatch > img { 660.inlineMatch > img {
661 -moz-margin-end: 5px; 661 margin-inline-end: 5px;
662 position: relative; 662 position: relative;
663 top: 2px; 663 top: 2px;
664 width: 16px; 664 width: 16px;