diff options
author | Eric Guzman | 2012-02-16 00:22:43 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-16 00:22:43 -0800 |
commit | 82b1a273219f0ae3d119e156c7acccdbe478f441 (patch) | |
tree | 74c45e5e3afc6706b2f7a7918807f72c54cdcfc5 /imports/codemirror/lib/util/simple-hint.css | |
parent | af20ca9b11133dd5cefb9275dbe8fb101c3380d0 (diff) | |
parent | 966f0adaf1d4b7f2dd5a6e31643df58bff713884 (diff) | |
download | ninja-82b1a273219f0ae3d119e156c7acccdbe478f441.tar.gz |
Merge branch 'refs/heads/TreeComponents' into PresetsPanel
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 | } | ||