remove ceph code
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / ckeditor / samples / toolbarconfigurator / lib / codemirror / show-hint.css
diff --git a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css
deleted file mode 100644 (file)
index e38bfb6..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-.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