Ext.ux.form.LovCombo.css 898 B

1234567891011121314151617181920212223242526272829303132
  1. /** vim: ts=4:sw=4:nu:fdc=4:nospell
  2. *
  3. * Ext.ux.form.LovCombo CSS File
  4. *
  5. * @author
  6. * @copyright
  7. * @date 5. April 2008
  8. * @version $Id: Ext.ux.form.LovCombo.css 189 2008-04-16 21:01:06Z jozo $
  9. *
  10. * @license Ext.ux.form.LovCombo.css is licensed under the terms of the Open Source
  11. * LGPL 3.0 license. Commercial use is permitted to the extent that the
  12. * code/component(s) do NOT become part of another Open Source or Commercially
  13. * licensed development library or toolkit without explicit permission.
  14. *
  15. * License details: http://www.gnu.org/licenses/lgpl.html
  16. */
  17. .ux-lovcombo-icon {
  18. width:16px;
  19. height:16px;
  20. float:left;
  21. background-position: -1px -1px ! important;
  22. background-repeat:no-repeat ! important;
  23. }
  24. .ux-lovcombo-icon-checked {
  25. background: transparent url(checked.gif);
  26. }
  27. .ux-lovcombo-icon-unchecked {
  28. background: transparent url(unchecked.gif);
  29. }
  30. /* eof */