Simplify index.mst to a single div to insert the editor

This commit is contained in:
Nick O'Leary
2019-05-02 16:09:13 +01:00
parent 8dc1ad8168
commit 5b1defad9f
15 changed files with 171 additions and 148 deletions

View File

@@ -14,24 +14,6 @@
* limitations under the License.
**/
#node-select-library {
overflow: hidden;
}
#node-select-library ul {
list-style: none;
padding: 0px;
margin: 2px;
}
#node-select-library li {
cursor: pointer;
}
#node-select-library li.list-selected {
background: #eee;
}
#node-select-library li.list-hover {
background: #ffffd0;
}
.clipboard-import-error {
pre {
margin: 10px 0;