diff options
author | Pushkar Joshi | 2012-02-24 12:08:49 -0800 |
---|---|---|
committer | Pushkar Joshi | 2012-02-24 12:08:49 -0800 |
commit | 03ca7a5ed13c25faaa9100bb666e062fd15335e6 (patch) | |
tree | c51112223ceb9121cd595a60335eb2795215590f /imports/codemirror/lib/util/simple-hint.css | |
parent | fcb12cc09eb3cd3b42bd215877ba18f449275b75 (diff) | |
parent | 053fc63a2950c7a5ee4ebf98033b64d474a3c46e (diff) | |
download | ninja-03ca7a5ed13c25faaa9100bb666e062fd15335e6.tar.gz |
Merge branch 'pentool' into brushtool
Conflicts:
imports/codemirror/mode/scheme/scheme.js
js/tools/BrushTool.js
Diffstat (limited to 'imports/codemirror/lib/util/simple-hint.css')
-rwxr-xr-x | imports/codemirror/lib/util/simple-hint.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/imports/codemirror/lib/util/simple-hint.css b/imports/codemirror/lib/util/simple-hint.css new file mode 100755 index 00000000..4387cb94 --- /dev/null +++ b/imports/codemirror/lib/util/simple-hint.css | |||
@@ -0,0 +1,16 @@ | |||
1 | .CodeMirror-completions { | ||
2 | position: absolute; | ||
3 | z-index: 10; | ||
4 | overflow: hidden; | ||
5 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2); | ||
6 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2); | ||
7 | box-shadow: 2px 3px 5px rgba(0,0,0,.2); | ||
8 | } | ||
9 | .CodeMirror-completions select { | ||
10 | background: #fafafa; | ||
11 | outline: none; | ||
12 | border: none; | ||
13 | padding: 0; | ||
14 | margin: 0; | ||
15 | font-family: monospace; | ||
16 | } | ||