Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: Bash | Size: 1.00 KB | Hits: 57 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. .toolbarStyle .rich-toolbar-item { padding: 0; }
  2. .rich-ddmenu-label { padding: 0; }
  3. .rich-ddmenu-label-unselect { padding: 0; }
  4. .rich-ddmenu-label-select { padding: 0; border: none; }
  5. .rich-menu-list-border { border: 1px solid #dddddd; }
  6. .rich-menu-list-bg { border: 1px solid #adbfd3; }
  7. .rich-menu-panel .rich-menu-item-icon { display: none; }
  8. .rich-menu-item-icon, .rich-menu-group-icon { margin-right: 0px; }
  9. .rich-menu-item-icon img, .rich-menu-group-icon img { width: 5px; }
  10. .rich-menu-item-label-disabled, .rich-menu-group-disabled { color: #C0C0C0; }
  11. .rich-menu-separator { border-color: #C0C0C0; margin-left: 0px; }
  12. .dr-menu-label-select { background-color: transparent; }
  13.  
  14. .rich-menu-item-hover, .rich-menu-group-hover {
  15.  padding: 1px;
  16.  color: #FFFFFF;
  17.  background: #0b4682;
  18.  border: 1px solid #adbfd3;
  19. }
  20.  
  21. .rich-menu-panel-hover {
  22.  cursor: default;
  23.  background: transparent;
  24.  border: none;
  25.  padding: 2px;
  26. }
  27.  
  28. .rich-menu-panel {
  29.  width: 200px;
  30.  padding-right: 2px;
  31.  overflow: auto;
  32. }