home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8614 / 8614.xpi / chrome / extension.jar / skin / classic / menus.css < prev   
Encoding:
Cascading Style Sheet File  |  2010-02-10  |  902 b   |  44 lines

  1. .glydo-menus menupopup,menupopup.glydo-menus {
  2.     -moz-appearance: none;
  3.     padding: 4px;
  4.     -moz-border-radius: 5px;
  5.     border: 1px solid #2d8d91;
  6.     background-color: #e4eced;
  7. }
  8.  
  9. .glydo-menus menuitem, .glydo-menus menu {
  10.     -moz-border-radius: 3px;
  11.     border: 0px;
  12.     padding: 3px;
  13.     font-family: "Tahoma", Arial, sans-serif;
  14.     font-size: 11px;
  15.     font-weight: normal;
  16.     color: #184e50;
  17.     -moz-appearance: none;
  18. }
  19.  
  20. .glydo-menus menuitem[_moz-menuactive="true"],
  21. .glydo-menus menu[_moz-menuactive="true"] {
  22.     color: #ffffff;
  23.     background-color: #46bbc0;
  24. }
  25.  
  26. .glydo-menus .menu-text,
  27. .glydo-menus .menu-iconic-text {
  28.     margin-left: 5px !important;
  29. }
  30.  
  31.  
  32. .glydo-menu-title {
  33.     color: #dfe0e5;
  34.     background-color: #2d8d91;
  35.     font-family: "Verdana", sans-serif;
  36.     -moz-border-radius: 3px;
  37.     font-size: 13px;
  38.     margin-bottom: 3px;
  39.     padding: 2px;
  40.     padding-left: 3px;
  41.     padding-right: 3px;
  42. }
  43.  
  44.