home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / Tools / yabar.msi / fil6DC687D931421099819A073E06E6CD79 < prev    next >
Encoding:
Text File  |  2010-04-16  |  645 b   |  20 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml");
  3.  
  4. /*
  5. toolbarpaletteitem[id^="wrapper-yasearch.cb-"] {
  6.   -moz-binding: url("../content/custombar/bindings/customizeToolbar.xml#toolbarpaletteitem-palette") !important;
  7. }
  8. */
  9.  
  10. toolbarpaletteitem[id^="wrapper-yasearch.cb-"] toolbaritem[id^="yasearch.cb-"] {
  11.   -moz-binding: url("../content/custombar/bindings/customizeToolbar.xml#toolbaritem") !important;
  12. }
  13.  
  14. toolbaritem[id^="yasearch.cb-"] toolbarbutton {
  15.   -moz-binding: url("") !important;
  16. }
  17.  
  18. toolbaritem[id^="yasearch.cb-"] html|span {
  19.   display: inline-block;
  20. }