diff options
author | Wu Cheng-Han | 2015-05-15 12:58:13 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-05-15 12:58:13 +0800 |
commit | 4e64583a0b6175d2c9a6729ffde1472dd55d389c (patch) | |
tree | 75253f2425f2e4f5906ed4fd30eca29a906ee47a /public/vendor/codemirror/addon/dialog | |
parent | 2d36d7ce84c636faac17cef3d3a7c22568df38fe (diff) |
Marked as 0.2.8
Diffstat (limited to 'public/vendor/codemirror/addon/dialog')
-rwxr-xr-x | public/vendor/codemirror/addon/dialog/dialog.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/vendor/codemirror/addon/dialog/dialog.css b/public/vendor/codemirror/addon/dialog/dialog.css index 2e7c0fc9..c8c139d9 100755 --- a/public/vendor/codemirror/addon/dialog/dialog.css +++ b/public/vendor/codemirror/addon/dialog/dialog.css @@ -27,6 +27,10 @@ font-family: monospace; } +.CodeMirror-dialog input::selection { + color: white; +} + .CodeMirror-dialog button { font-size: 70%; } |