Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dijit / themes / tundra / Editor.css

History | View | Annotate | Download (354 Bytes)

1
.dijitEditor {
2
        border:1px solid #bfbfbf;
3
        border-top:0;
4
}
5
.tundra .dijitEditorIcon {
6
        background-image: url('../../icons/images/editorIconsEnabled.png'); 
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'); 
14
}