diff options
author | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
commit | 0bd1cefea2ab350fad1a891bdc926053b799aafc (patch) | |
tree | 962f559fcc02a3dfeb297d59907e40fa153453f3 /imports/codemirror/lib/util/simple-hint.css | |
parent | 695bc5082f48dddf66ce31480a4faefc067b38bd (diff) | |
parent | 2d2b1af8b5c0d506fe6a1cf65614101fec145970 (diff) | |
download | ninja-0bd1cefea2ab350fad1a891bdc926053b799aafc.tar.gz |
Merge branch 'refs/heads/master' into new-tool-icons
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 | } | ||