mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
feature(edit) showMessage color: rgb(49, 123, 249) -> #D1F1A9; background-color: white -> #7285B7
This commit is contained in:
parent
9003083a93
commit
9cb5d1181d
1 changed files with 2 additions and 2 deletions
|
|
@ -163,8 +163,8 @@ var CloudCmd, Util, DOM, CloudFunc, JsDiff, ace;
|
|||
id : 'msg-css',
|
||||
inner : '.msg {' +
|
||||
'z-index' + ': 1;' +
|
||||
'background-color' + ': white;' +
|
||||
'color' + ': rgb(49, 123, 249);' +
|
||||
'background-color' + ': #7285B7;' +
|
||||
'color' + ': #D1F1A9;' +
|
||||
'position' + ': fixed;' +
|
||||
'left' + ': 40%;' +
|
||||
'top' + ': 25px;' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue