mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Simplify index.mst to a single div to insert the editor
This commit is contained in:
@@ -55,6 +55,9 @@ $headerMenuItemDivider: #464646;
|
||||
span {
|
||||
vertical-align: middle;
|
||||
font-size: 16px !important;
|
||||
&:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
img {
|
||||
height: 18px;
|
||||
|
@@ -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;
|
||||
|
@@ -76,7 +76,7 @@ body {
|
||||
|
||||
#red-ui-editor {
|
||||
position: absolute;
|
||||
top: 100px; left: 100px; bottom: 100px; right: 100px;
|
||||
top: 0; left: 0; bottom: 0; right: 0;
|
||||
}
|
||||
|
||||
#red-ui-main-container {
|
||||
|
@@ -74,10 +74,10 @@
|
||||
color:#666;
|
||||
}
|
||||
}
|
||||
.workspace-disabled-icon {
|
||||
.red-ui-workspace-disabled-icon {
|
||||
display: none;
|
||||
}
|
||||
.workspace-disabled {
|
||||
.red-ui-workspace-disabled {
|
||||
&.red-ui-tab {
|
||||
border-top-style: dashed;
|
||||
border-left-style: dashed;
|
||||
@@ -91,7 +91,7 @@
|
||||
font-weight: normal;
|
||||
color: #999 !important;
|
||||
}
|
||||
.workspace-disabled-icon {
|
||||
.red-ui-workspace-disabled-icon {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user