Only show cursor when codebox has focus

pull/282/head
Ruben Daniels 2015-11-26 18:09:08 +00:00 zatwierdzone przez nightwing
rodzic c5b417ade4
commit 5775e64f59
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -109,7 +109,7 @@
"c9.ide.run.build": "#0598fff697", "c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#9956689819", "c9.ide.run.debug.xdebug": "#9956689819",
"c9.ide.save": "#4cda35bfdb", "c9.ide.save": "#4cda35bfdb",
"c9.ide.scm": "#99397ff0e9", "c9.ide.scm": "#95a0c688d0",
"c9.ide.terminal.monitor": "#1a4092ede2", "c9.ide.terminal.monitor": "#1a4092ede2",
"c9.ide.test": "#102942ae4e", "c9.ide.test": "#102942ae4e",
"c9.ide.test.mocha": "#fc053b23d2", "c9.ide.test.mocha": "#fc053b23d2",

Wyświetl plik

@ -73,6 +73,12 @@
.tb_console.tb_textboxInitial .ace_scroller { .tb_console.tb_textboxInitial .ace_scroller {
text-indent: 2px; text-indent: 2px;
} }
.tb_console.tb_textboxInitial .ace_cursor{
display : none;
}
.tb_console.tb_textboxInitial .ace_focus .ace_cursor{
display : block;
}
.tb_consoleDisabled .sbtb_middle { .tb_consoleDisabled .sbtb_middle {
background : #e2e2e2; background : #e2e2e2;