Skip to content

Commit

Permalink
[webui] Rebase SUSE-custom stylesheet for CodeMirror to version 2.22 …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
saschpe committed Mar 16, 2012
1 parent 17de7cc commit bdfe25a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webui/public/stylesheets/cm2/suse.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
position: absolute;
visibility: hidden;
border-left: 1px solid black;
border-right:none;
width:0;
}
.CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
.CodeMirror-focused pre.CodeMirror-cursor {
visibility: visible;
}
Expand All @@ -87,7 +90,7 @@ div.CodeMirror-selected { background: #d9d9d9; }
.cm-s-default span.cm-variable-3 {color: #085;}
.cm-s-default span.cm-property {color: black;}
.cm-s-default span.cm-operator {color: black;}
.cm-s-default span.cm-comment {color: gray;}
.cm-s-default span.cm-comment {color: #a50;}
.cm-s-default span.cm-string {color: #a11;}
.cm-s-default span.cm-string-2 {color: #f50;}
.cm-s-default span.cm-meta {color: #555;}
Expand Down

0 comments on commit bdfe25a

Please sign in to comment.