JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.5.6_full
[ckeditor.git] / samples / toolbarconfigurator / lib / codemirror / show-hint.css
diff --git a/samples/toolbarconfigurator/lib/codemirror/show-hint.css b/samples/toolbarconfigurator/lib/codemirror/show-hint.css
new file mode 100644 (file)
index 0000000..e38bfb6
--- /dev/null
@@ -0,0 +1,38 @@
+.CodeMirror-hints {\r
+  position: absolute;\r
+  z-index: 10;\r
+  overflow: hidden;\r
+  list-style: none;\r
+\r
+  margin: 0;\r
+  padding: 2px;\r
+\r
+  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\r
+  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\r
+  box-shadow: 2px 3px 5px rgba(0,0,0,.2);\r
+  border-radius: 3px;\r
+  border: 1px solid silver;\r
+\r
+  background: white;\r
+  font-size: 90%;\r
+  font-family: monospace;\r
+\r
+  max-height: 20em;\r
+  overflow-y: auto;\r
+}\r
+\r
+.CodeMirror-hint {\r
+  margin: 0;\r
+  padding: 0 4px;\r
+  border-radius: 2px;\r
+  max-width: 19em;\r
+  overflow: hidden;\r
+  white-space: pre;\r
+  color: black;\r
+  cursor: pointer;\r
+}\r
+\r
+li.CodeMirror-hint-active {\r
+  background: #08f;\r
+  color: white;\r
+}\r