##// END OF EJS Templates
Drag target bigger for empty notebook dashboard...
Drag target bigger for empty notebook dashboard When no notebooks, show "Notebook list empty", which increase the size of the drag target. fixes #1492

File last commit:

r5970:b6bb1663
r6857:f4a9b718
Show More
monokai.css
28 lines | 1.1 KiB | text/css | CssLexer
Brian Granger
Updating to CodeMirror 2.2, latest stable release.
r5941 /* Based on Sublime Text's Monokai theme */
.cm-s-monokai {background: #272822; color: #f8f8f2;}
Brian Granger
Updating CodeMirror to latest to incorporate bug fixes.
r5970 .cm-s-monokai div.CodeMirror-selected {background: #49483E !important;}
Brian Granger
Updating to CodeMirror 2.2, latest stable release.
r5941 .cm-s-monokai .CodeMirror-gutter {background: #272822; border-right: 0px;}
.cm-s-monokai .CodeMirror-gutter-text {color: #d0d0d0;}
.cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}
.cm-s-monokai span.cm-comment {color: #75715e;}
.cm-s-monokai span.cm-atom {color: #ae81ff;}
.cm-s-monokai span.cm-number {color: #ae81ff;}
.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute {color: #a6e22e;}
.cm-s-monokai span.cm-keyword {color: #f92672;}
.cm-s-monokai span.cm-string {color: #e6db74;}
.cm-s-monokai span.cm-variable {color: #a6e22e;}
.cm-s-monokai span.cm-variable-2 {color: #9effff;}
.cm-s-monokai span.cm-def {color: #fd971f;}
.cm-s-monokai span.cm-error {background: #f92672; color: #f8f8f0;}
.cm-s-monokai span.cm-bracket {color: #f8f8f2;}
.cm-s-monokai span.cm-tag {color: #f92672;}
.cm-s-monokai span.cm-link {color: #ae81ff;}
.cm-s-monokai .CodeMirror-matchingbracket {
text-decoration: underline;
color: white !important;
}