mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
14 lines
306 B
SCSS
14 lines
306 B
SCSS
// styles for ng-select child are in styles.scss
|
|
.paperless-input-select.disabled {
|
|
.input-group {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
::ng-deep ng-select {
|
|
pointer-events: none;
|
|
|
|
.ng-select-container {
|
|
background-color: var(--pngx-bg-alt) !important;
|
|
}
|
|
}
|
|
}
|