~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/console/console.css

  • Committer: mattgiuca
  • Date: 2008-03-05 07:00:55 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:654
console.js|css:
    Correctly set prompt back to ">>>" on exceptions.
    Now when it echoes the input line up to the output box, it writes >>> as
    well, making it visually clear that this was an input line (this is styled
    bold+red).

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
    margin-top: 0em;
132
132
    margin-bottom: 0em;
133
133
}
 
134
*.inputPrompt {
 
135
    color: #800;    /* Deep red */
 
136
    font-weight: bold;
 
137
    margin-top: 0em;
 
138
    margin-bottom: 0em;
 
139
}
134
140
*.inputMsg {
135
141
    color: #404040;
136
142
    margin-top: 0em;