]> git.ipfire.org Git - thirdparty/paperless-ngx.git/blob
f38bb400212dce2e7900b0cb1ad76a7e1006dd4f
[thirdparty/paperless-ngx.git] /
1 .dropdown-menu {
2 width: 370px;
3 @media(min-width: 768px) {
4 width: 600px;
5 }
6 }
7
8 :host ::ng-deep .ng-select-container {
9 border-top-right-radius: 0 !important;
10 border-bottom-right-radius: 0 !important;
11 height: 100% !important;
12 }
13
14 :host ::ng-deep .rounded-end .ng-select-container {
15 border-top-right-radius: var(--bs-border-radius) !important;
16 border-bottom-right-radius: var(--bs-border-radius) !important;
17 border-top-left-radius: 0 !important;
18 border-bottom-left-radius: 0 !important;
19 }
20
21 :host ::ng-deep .ng-select {
22 max-width: 100px;
23 min-width: 35%;
24 font-size: 14px;
25 }
26
27 :host ::ng-deep .doc-link-select {
28 padding-top: 0 !important;
29 border-top-right-radius: var(--bs-border-radius) !important;
30 border-bottom-right-radius: var(--bs-border-radius) !important;
31 background-image: none !important;
32
33 .ng-select-container,
34 .ng-select.ng-select-opened > .ng-select-container {
35 border: none !important;
36 min-height: 34px !important;
37 background: none !important;
38 }
39 .ng-select {
40 max-width: 200px;
41 min-width: 140px;
42 }
43 }