Use ng-select for document detail screen

This commit is contained in:
Michael Shamoon
2020-12-17 23:09:27 -08:00
parent 1947d67e69
commit 9b244d0265
6 changed files with 46 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
@import "node_modules/bootstrap/scss/bootstrap";
@import "~@ng-select/ng-select/themes/default.theme.css";
.toolbaricon {
width: 1.2em;
@@ -65,4 +66,24 @@ body {
display: block;
background-size: 1rem;
float: right;
}
}
.paperless-input-select {
.ng-select {
position: relative;
flex: 1 1 auto;
margin-bottom: 0;
height: calc(1.5em + 0.75rem + 5px);
line-height: 1.5;
.ng-select-container {
height: 100%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
.ng-value-container .ng-input {
top: 8px;
}
}
}
}