.brackets .CodeMirror {
    height: 100%;
}

.brackets .CodeMirror-scroll {
    height: 100%;
}

.brackets .position {
    cursor: pointer;
}

.brackets .x-btn-text.editor-tree-sync {
    background-image: url("../../../../icons/16x16/tree.png");
}

.brackets .x-btn-text.editor-search {
    background-image: url("../../../../icons/16x16/search.gif");
}

#editors .file {
    background-image: url("../../../../icons/16x16/file.png");
}

.searchDialog .status {
    color: red;
}