Editor.css 451 B

12345678910111213141516
  1. .dijitEditor {
  2. border:1px solid #bfbfbf;
  3. border-top:0;
  4. }
  5. .tundra .dijitEditorIcon {
  6. background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */
  7. background-repeat: no-repeat;
  8. width: 18px;
  9. height: 18px;
  10. text-align: center;
  11. }
  12. .tundra .dijitDisabled .dijitEditorIcon {
  13. background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */
  14. }