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

« back to all changes in this revision

Viewing changes to toolkit/content/xul.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:
640
640
  display: -moz-box;
641
641
}
642
642
 
643
 
.tab-close-button-placeholder {
644
 
  display: none;
645
 
}
646
 
 
647
 
.tabbrowser-tabs[disablebackgroundclose="true"] > .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
648
 
  display: none;
649
 
}
650
 
 
651
 
.tabbrowser-tabs[disablebackgroundclose="true"]:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab:not([selected="true"]) .tab-close-button-placeholder {
652
 
  display: -moz-box;  
653
 
}
654
 
 
655
643
tabpanels {
656
644
  -moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabpanels");
657
645
  display: -moz-deck;
804
792
  -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
805
793
}
806
794
 
 
795
/* To be overridden by themes that use a background for the dropmarker (e.g. winstripe): */
 
796
.autocomplete-dropmarker-bkgnd {
 
797
  background-image: none;
 
798
  list-style-image: none;
 
799
}
 
800
 
807
801
%endif
808
802
 
809
 
 
810
 
 
811
803
/* the C++ implementation of widgets is too eager to make popups visible.
812
804
   this causes problems (bug 120155 and others), thus this workaround: */
813
805
popup[type="autocomplete"][hidden="true"] {