dojo readOnly indicator

A contribution to dojo, a read only indicator for text inputs. It uses an existing image from the tundra theme to place the ubiquitous circle with a line through it in the right hand part of read only text inputs.


.dijitReadOnly
{
        background: #fff url('../dojo/dijit/themes/tundra/images/no.gif') no-repeat right !important;
}