Skip to content

Commit

Permalink
update selected text style
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricecruz committed Aug 29, 2013
1 parent a1bb80f commit f7e84e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Custom-Stable.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@
#-webkit-web-inspector .CodeMirror .CodeMirror-selected { background: #383838 !important; color: #eee !important; }
#-webkit-web-inspector .CodeMirror-matchingbracket { border: 1px solid #15CA1A !important; border-radius: 4px; color: #ccc !important;}
#-webkit-web-inspector .CodeMirror-nonmatchingbracket { border: 1px solid #db0404 !important; border-radius: 4px; color: #ccc !important;}
#-webkit-web-inspector .CodeMirror .CodeMirror-selectedtext {
padding: 0 2px;
color: #000 !important;
font-size: 1em !important;
background-color: #89F5A2 !important;
}
#-webkit-web-inspector .CodeMirror span.CodeMirror-selectedtext { background-color: #383838 !important;}
#-webkit-web-inspector .CodeMirror .cm-search-highlight-start:before { border-color: #89f5a2 !important;}
#-webkit-web-inspector .CodeMirror .cm-search-highlight-end:before { border-color: #89f5a2 !important;}
#-webkit-web-inspector .CodeMirror .cm-search-highlight:before { border-color: #89f5a2 !important; padding: 2px !important;}
#-webkit-web-inspector .CodeMirror span.cm-token-highlight { padding: 0px !important; border-radius: 2px !important;}
#-webkit-web-inspector .CodeMirror span.cm-token-highlight:before { border-color: #89f5a2 !important; }
#-webkit-web-inspector .CodeMirror .cm-line-with-selection span.cm-token-highlight { background-color: #89f5a2 !important; color: #000 !important; }
#-webkit-web-inspector .CodeMirror .cm-highlight {
-webkit-animation: "fadeout-revised" 3s 0s !important;
}
Expand Down
6 changes: 5 additions & 1 deletion Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,15 @@
#-webkit-web-inspector .CodeMirror .CodeMirror-selected { background: #383838 !important; color: #eee !important; }
#-webkit-web-inspector .CodeMirror-matchingbracket { border: 1px solid #15CA1A !important; border-radius: 4px; color: #ccc !important;}
#-webkit-web-inspector .CodeMirror-nonmatchingbracket { border: 1px solid #db0404 !important; border-radius: 4px; color: #ccc !important;}
#-webkit-web-inspector .CodeMirror span.CodeMirror-selectedtext {color: #000 !important; background-color: #89f5a2 !important;}
#-webkit-web-inspector .CodeMirror span.CodeMirror-selectedtext { background-color: #383838 !important;}
#-webkit-web-inspector .CodeMirror .cm-search-highlight-start:before { border-color: #89f5a2 !important;}
#-webkit-web-inspector .CodeMirror .cm-search-highlight-end:before { border-color: #89f5a2 !important;}
#-webkit-web-inspector .CodeMirror .cm-search-highlight:before { border-color: #89f5a2 !important; padding: 2px !important;}
#-webkit-web-inspector .CodeMirror span.cm-token-highlight { background-color: transparent !important; padding: 0px !important;}
#-webkit-web-inspector .CodeMirror span.cm-token-highlight:before { border-color: #89f5a2 !important; }
#-webkit-web-inspector .CodeMirror .cm-line-with-selection span.cm-column-with-selection { color: #000 !important; background-color: #89f5a2 !important; }


#-webkit-web-inspector .CodeMirror .cm-highlight {
-webkit-animation: "fadeout-revised" 3s 0s !important;
}
Expand Down

2 comments on commit f7e84e2

@mauricecruz
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #37

@mauricecruz
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Please sign in to comment.