mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Found some more ids and classes to namespace
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.divider {
|
||||
.red-ui-menu-divider {
|
||||
height: 1px;
|
||||
margin: 9px 1px;
|
||||
overflow: hidden;
|
||||
|
@@ -151,7 +151,7 @@
|
||||
}
|
||||
#red-ui-library-dialog-load-preview-details {
|
||||
box-sizing: border-box;
|
||||
.node-info-node-row:first-child {
|
||||
.red-ui-help-info-row:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
@@ -237,6 +237,6 @@
|
||||
background: $shade-color;
|
||||
z-index: 5;
|
||||
}
|
||||
.component-shade {
|
||||
.red-ui-shade {
|
||||
@include shade
|
||||
}
|
||||
|
@@ -506,7 +506,7 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&.node-info-none {
|
||||
&.red-ui-help-info-node {
|
||||
text-align: center;
|
||||
background: $list-item-background;
|
||||
white-space: normal;
|
||||
|
@@ -14,19 +14,19 @@
|
||||
* limitations under the License.
|
||||
**/
|
||||
|
||||
.sidebar-node-info hr {
|
||||
.red-ui-sidebar-info hr {
|
||||
margin: 10px 0;
|
||||
}
|
||||
table.node-info {
|
||||
table.red-ui-info-table {
|
||||
font-size: 14px;
|
||||
margin: 0 0 10px;
|
||||
width: 100%;
|
||||
}
|
||||
table.node-info tr:not(.blank) {
|
||||
table.red-ui-info-table tr:not(.blank) {
|
||||
border-top: 1px solid $secondary-border-color;
|
||||
border-bottom: 1px solid $secondary-border-color;
|
||||
}
|
||||
.node-info-property-expand {
|
||||
.red-ui-help-property-expand {
|
||||
font-size: 0.8em;
|
||||
text-align: right;
|
||||
line-height: 0.9em;
|
||||
@@ -35,7 +35,7 @@ table.node-info tr:not(.blank) {
|
||||
}
|
||||
|
||||
}
|
||||
table.node-info tr.blank {
|
||||
table.red-ui-info-table tr.blank {
|
||||
border: none;
|
||||
th {
|
||||
text-align: left;
|
||||
@@ -58,10 +58,10 @@ table.node-info tr.blank {
|
||||
text-decoration: none;
|
||||
}
|
||||
&:not(.expanded) {
|
||||
.node-info-property-show-more {
|
||||
.red-ui-help-property-more {
|
||||
display: inline;
|
||||
}
|
||||
.node-info-property-show-less {
|
||||
.red-ui-help-property-less {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -72,10 +72,10 @@ table.node-info tr.blank {
|
||||
}
|
||||
|
||||
&.expanded {
|
||||
.node-info-property-show-more {
|
||||
.red-ui-help-property-more {
|
||||
display: none;
|
||||
}
|
||||
.node-info-property-show-less {
|
||||
.red-ui-help-property-less {
|
||||
display: inline;
|
||||
}
|
||||
i {
|
||||
@@ -83,15 +83,12 @@ table.node-info tr.blank {
|
||||
}
|
||||
}
|
||||
}
|
||||
&.node-info-info-row > td {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
.node-info-none {
|
||||
.red-ui-help-info-none {
|
||||
font-style: italic;
|
||||
color: $tertiary-text-color;
|
||||
}
|
||||
table.node-info tr:not(.blank) td:first-child{
|
||||
table.red-ui-info-table tr:not(.blank) td:first-child{
|
||||
color: $header-text-color;
|
||||
vertical-align: top;
|
||||
width: 90px;
|
||||
@@ -99,15 +96,15 @@ table.node-info tr:not(.blank) td:first-child{
|
||||
background:$tertiary-background;
|
||||
border-right: 1px solid $secondary-border-color;
|
||||
}
|
||||
table.node-info tr:not(.blank) td:last-child{
|
||||
table.red-ui-info-table tr:not(.blank) td:last-child{
|
||||
padding: 3px 3px 3px 6px;
|
||||
color: $primary-text-color;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
div.node-info {
|
||||
div.red-ui-info-table {
|
||||
margin: 5px;
|
||||
}
|
||||
.node-help {
|
||||
.red-ui-help {
|
||||
font-size: $primary-font-size;
|
||||
line-height: 1.5em;
|
||||
|
||||
@@ -197,7 +194,7 @@ div.node-info {
|
||||
}
|
||||
}
|
||||
}
|
||||
.node-info-header {
|
||||
.red-ui-help-info-header {
|
||||
i {
|
||||
width: 10px;
|
||||
text-align: center;
|
||||
@@ -216,7 +213,7 @@ div.node-info {
|
||||
}
|
||||
|
||||
}
|
||||
.sidebar-node-info-stack {
|
||||
.red-ui-sidebar-info-stack {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
@@ -238,8 +235,8 @@ div.node-info {
|
||||
box-shadow: 0 5px 20px 0px $shadow;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.sidebar-node-info.show-tips {
|
||||
.sidebar-node-info-stack {
|
||||
.red-ui-sidebar-info.show-tips {
|
||||
.red-ui-sidebar-info-stack {
|
||||
bottom: 150px;
|
||||
}
|
||||
.red-ui-help-tips {
|
||||
@@ -255,7 +252,7 @@ div.node-info {
|
||||
margin-right: -0.25em; /* Adjusts for spacing */
|
||||
}
|
||||
|
||||
.node-info-tip {
|
||||
.red-ui-help-tip {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user