Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans

This commit is contained in:
Anton Kovalyov 2013-11-25 18:57:27 -08:00
Родитель cc55b9c002
Коммит 9845b44119
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -39,6 +39,14 @@
background: rgba(255,0,0,0.2);
}
.CodeMirror {
cursor: text;
}
.CodeMirror-gutters {
cursor: default;
}
/* This is to avoid the fake horizontal scrollbar div of codemirror to go 0
height when floating scrollbars are active. Make sure that this value is equal
to the maximum of `min-height` specific to the `scrollbar[orient="horizontal"]`