mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
feature(terminal) add cursor style
This commit is contained in:
parent
ca91d26f49
commit
8cc56ca448
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
|
|||
id : 'terminal-css',
|
||||
inner : '#terminal, .terminal, #view {' +
|
||||
'height' + ': 100%;' +
|
||||
'}' +
|
||||
'.terminal-cursor {' +
|
||||
'background' + ': gray' +
|
||||
'}'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue