diff options
author | Jose Antonio Marquez | 2012-01-27 12:05:17 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-27 12:05:17 -0800 |
commit | 3a754133dbc138390503341fd2e9beba3e43aa4b (patch) | |
tree | cdeae7d7dd9a30d7b4fab5afb7efad68d4ec7508 /imports/codemirror/lib/util/simple-hint.css | |
parent | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (diff) | |
download | ninja-3a754133dbc138390503341fd2e9beba3e43aa4b.tar.gz |
Merged old FileIO
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 | } | ||