Namespace context/config sidebar css

This commit is contained in:
Nick O'Leary
2019-04-30 23:28:35 +01:00
parent 9dac679b72
commit 5866dad79a
4 changed files with 31 additions and 31 deletions

View File

@@ -22,7 +22,7 @@
@include disable-selection;
}
.config-node-list {
.red-ui-sidebar-node-config-list {
margin: 0;
list-style-type: none;
.red-ui-palette-node {
@@ -32,7 +32,7 @@
background-color: #eee;
}
}
.palette_label {
.red-ui-palette-label {
margin-left: 8px;
line-height: 24px;
text-align: left;
@@ -60,14 +60,14 @@
}
}
}
.config_node {
.red-ui-palette-node-config {
width: 160px;
height: 30px;
background: #f3f3f3;
color: #666;
cursor: pointer;
}
.config_node_type {
.red-ui-palette-node-config-type {
color: #999;
text-align: right;
padding-right: 3px;
@@ -75,18 +75,18 @@
margin-top: 20px;
}
}
.config_node_none {
.red-ui-palette-node-config-none {
color: #ddd;
text-align:right;
padding-right: 3px;
}
.config_node_unused {
.red-ui-palette-node-config-unused {
border-color: #aaa;
background: #f9f9f9;
border-style: dashed;
color: #aaa;
}
.config-node-filter-info {
.red-ui-sidebar-node-config-filter-info {
position: absolute;
top: 0;
right:0;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
**/
.sidebar-context-stack {
.red-ui-sidebar-context-stack {
position: absolute;
top: 0;
bottom: 0;
@@ -29,7 +29,7 @@
}
}
.sidebar-context-property {
.red-ui-sidebar-context-property {
position: relative;
.debug-message-tools {
right: 0px;
@@ -40,13 +40,13 @@
display: inline-block;
}
}
.sidebar-context-updated {
.red-ui-sidebar-context-updated {
text-align: right;
font-size: 11px;
color: #bbb;
padding: 1px 3px;
}
.sidebar-context-property-storename {
.red-ui-sidebar-context-property-storename {
display: block;
font-size: 0.8em;
font-style: italic;