ShowBlockNodes.css 416 B

1234567891011121314151617
  1. .dijitAdditionalEditorIconShowBlockNodes {
  2. background-image: url(../icons/showBlockNodes.gif);
  3. background-repeat: no-repeat;
  4. background-position: center center;
  5. width: 18px;
  6. height: 18px;
  7. }
  8. .dijitDisabled .dijitAdditionalEditorIconShowBlockNodes {
  9. background-image: url(../icons/showBlockNodesDisabled.gif);
  10. background-repeat: no-repeat;
  11. background-position: center center;
  12. width: 18px;
  13. height: 18px;
  14. }