Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / elements / ckeditor / samples / toolbarconfigurator / lib / codemirror / show-hint.css
1 .CodeMirror-hints {\r
2   position: absolute;\r
3   z-index: 10;\r
4   overflow: hidden;\r
5   list-style: none;\r
6 \r
7   margin: 0;\r
8   padding: 2px;\r
9 \r
10   -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\r
11   -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\r
12   box-shadow: 2px 3px 5px rgba(0,0,0,.2);\r
13   border-radius: 3px;\r
14   border: 1px solid silver;\r
15 \r
16   background: white;\r
17   font-size: 90%;\r
18   font-family: monospace;\r
19 \r
20   max-height: 20em;\r
21   overflow-y: auto;\r
22 }\r
23 \r
24 .CodeMirror-hint {\r
25   margin: 0;\r
26   padding: 0 4px;\r
27   border-radius: 2px;\r
28   max-width: 19em;\r
29   overflow: hidden;\r
30   white-space: pre;\r
31   color: black;\r
32   cursor: pointer;\r
33 }\r
34 \r
35 li.CodeMirror-hint-active {\r
36   background: #08f;\r
37   color: white;\r
38 }\r