home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / fil6340E713A9903F7871FBCC9D2356B4F2 < prev    next >
Text File  |  2010-07-12  |  1KB  |  45 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. yasearchloginlabel {
  4.   -moz-binding: url("chrome://yasearch/content/yasearch.xml#extend-login-toolbarbutton-label");
  5.   display: -moz-box;
  6.   margin: 0;
  7. }
  8.  
  9. toolbar[mode="full"] #yasearch-login-button yasearchloginlabel {
  10.   margin-left: 0;
  11. }
  12.  
  13. toolbaritem[class~="yasearch-login"] .toolbarbutton-text,
  14. toolbaritem[class~="yasearch-login-not"] yasearchloginlabel {
  15.   display: none;
  16. }
  17.  
  18. yasearchloginlabel > label {
  19.   margin: 0 !important;
  20.   padding: 0 !important;
  21.   font-weight: bold;
  22. }
  23.  
  24. label[anonid="login-start"] {
  25.   color: red;
  26. }
  27.  
  28. label[anonid="login-middle-3"] { opacity: 0.60 }
  29. label[anonid="login-middle-2"] { opacity: 0.35 }
  30. label[anonid="login-middle-1"] { opacity: 0.20 }
  31.  
  32. label[anonid|="login-middle"][value=""] {
  33.   display: none;
  34.   border:2px solid red;
  35. }
  36.  
  37. #yasearch-login[busy="true"] > toolbarbutton .toolbarbutton-icon {
  38.   display: -moz-box !important;
  39.   /*margin-right: 4px !important;*/
  40. }
  41.  
  42. #CustomizeToolbarWindow #yasearch-login > toolbarbutton .toolbarbutton-icon,
  43. #CustomizeToolbarSheet #yasearch-login > toolbarbutton .toolbarbutton-icon {
  44.   display: -moz-box !important;
  45. }