Namespace CSS for Debug, Keyboard, Clipboard, Settings

This commit is contained in:
Nick O'Leary
2019-05-02 22:33:29 +01:00
parent 0e02e21967
commit ad77565508
22 changed files with 533 additions and 549 deletions

View File

@@ -284,7 +284,7 @@
overflow: hidden;
.red-ui-palette-category {
&:not(.palette-category-expanded) button {
&:not(.expanded) button {
display: none;
}
}
@@ -300,23 +300,23 @@
.red-ui-editableList-item-content {
padding: 0px 6px;
}
.palette-module-header {
.red-ui-palette-module-header {
padding: 6px 4px;
}
.palette-module-button {
.red-ui-palette-module-button {
float: right;
}
.palette-module-unused {
.red-ui-palette-module-unused {
& > * {
color: #bbb;
}
// border: 1px dashed #bbb;
}
.palette-module-unknown {
.red-ui-palette-module-unknown {
border: 1px dashed #aaa;
background: #fafafa;
}
.palette-module-not-installed {
.red-ui-palette-module-not-installed {
border: 1px dashed #b07575;
background: #fee;
i.fa-warning {