diff options
author | Jose Antonio Marquez | 2012-02-15 20:37:48 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-15 20:37:48 -0800 |
commit | 89b5e793ea88ef235b54b6e1d1c379698d3e612b (patch) | |
tree | 4d29118f35df77ca6b423119a4ff61694a442cbf /imports/codemirror/lib/util/simple-hint.css | |
parent | 9d2c2a80483415d7560b00cda5519153db23e241 (diff) | |
parent | d366c0bd1af6471511217ed574083e15059519b5 (diff) | |
download | ninja-89b5e793ea88ef235b54b6e1d1c379698d3e612b.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into Color
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 | } | ||