mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
refactor(console) remove size css
This commit is contained in:
parent
d3f6dcda4e
commit
9ab8b5fd25
1 changed files with 33 additions and 39 deletions
|
|
@ -1,40 +1,34 @@
|
|||
.console {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.console {
|
||||
font-size: 16px;
|
||||
}
|
||||
.jquery-console-inner {
|
||||
width:900px;
|
||||
height:200px;
|
||||
padding:0.5em;
|
||||
overflow:auto
|
||||
}
|
||||
.jquery-console-prompt-box {
|
||||
color:black;
|
||||
font-family:monospace;
|
||||
}
|
||||
.jquery-console-cursor {
|
||||
color:#333;
|
||||
font-weight:bold;
|
||||
}
|
||||
.jquery-console-message-error {
|
||||
color:#ef0505;
|
||||
font-family:sans-serif;
|
||||
font-weight:bold;
|
||||
padding:0.1em;
|
||||
}
|
||||
.jquery-console-message-value {
|
||||
color:#1ad027;
|
||||
font-family:monospace;
|
||||
padding:0.1em;
|
||||
}
|
||||
.jquery-console-message-type {
|
||||
color:#52666f;
|
||||
font-family:monospace;
|
||||
padding:0.1em;
|
||||
}
|
||||
.jquery-console-prompt-label {
|
||||
font-weight:bold;
|
||||
.console {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.jquery-console-inner {
|
||||
padding:0.5em;
|
||||
}
|
||||
.jquery-console-prompt-box {
|
||||
color:black;
|
||||
font-family:monospace;
|
||||
}
|
||||
.jquery-console-cursor {
|
||||
color:#333;
|
||||
font-weight:bold;
|
||||
}
|
||||
.jquery-console-message-error {
|
||||
color:#ef0505;
|
||||
font-family:sans-serif;
|
||||
font-weight:bold;
|
||||
padding:0.1em;
|
||||
}
|
||||
.jquery-console-message-value {
|
||||
color:#1ad027;
|
||||
font-family:monospace;
|
||||
padding:0.1em;
|
||||
}
|
||||
.jquery-console-message-type {
|
||||
color:#52666f;
|
||||
font-family:monospace;
|
||||
padding:0.1em;
|
||||
}
|
||||
.jquery-console-prompt-label {
|
||||
font-weight:bold;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue