add catalog select

This commit is contained in:
Steve-Mcl
2023-07-13 13:27:42 +01:00
parent db108a37cf
commit 1fa4aaf706
3 changed files with 72 additions and 22 deletions

View File

@@ -29,6 +29,13 @@
box-sizing:border-box;
background: var(--red-ui-secondary-background);
.red-ui-editableList.scrollable {
overflow-y: auto;
background-color: aqua;
// padding: 0 10px;
// box-sizing: border-box;
// height: calc(100% - 40px);
}
.red-ui-editableList-container {
border: none;
border-radius: 0;
@@ -72,11 +79,8 @@
}
.red-ui-palette-editor-tab {
position:absolute;
top:35px;
left:0;
right:0;
bottom:0
display: flex;
flex-direction: column;
}
.red-ui-palette-editor-toolbar {
background: var(--red-ui-primary-background);
@@ -84,6 +88,15 @@
padding: 8px 10px;
border-bottom: 1px solid var(--red-ui-primary-border-color);
text-align: right;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 3px 12px;
.red-ui-palette-editor-toolbar-actions {
flex-shrink: 0;
flex-grow: 1;
}
}
.red-ui-palette-module-shade-status {
color: var(--red-ui-secondary-text-color);

View File

@@ -54,7 +54,7 @@
}
.red-ui-palette-search {
position: relative;
overflow: hidden;
// overflow: hidden;
background: var(--red-ui-form-input-background);
text-align: center;
height: 35px;