mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(console) remove poor css
This commit is contained in:
parent
3ab06b6ebc
commit
3298add52a
1 changed files with 2 additions and 4 deletions
|
|
@ -19,10 +19,7 @@
|
|||
.error-msg, .log-msg{
|
||||
background-color: #f5f5f5;
|
||||
display: block;
|
||||
font: monospace 16px "Droid Sans Mono";
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
font: 16px "Droid Sans Mono";
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background: beige;
|
||||
|
|
@ -36,6 +33,7 @@
|
|||
padding: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.jqconsole-cursor {
|
||||
background-color: #999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue