|
12 | 12 | -ms-user-select: none!important;
|
13 | 13 | user-select: none!important;
|
14 | 14 | text-align: left;
|
| 15 | + -webkit-appearance: none!important; |
| 16 | + -webkit-box-sizing: unset!important; |
| 17 | + -moz-box-sizing: unset!important; |
| 18 | + box-sizing: unset!important; |
15 | 19 | }
|
16 | 20 | .dlp i{cursor: pointer!important;}
|
17 | 21 | .dlp p,.dlp span{margin: 0!important;padding: 0!important;}
|
18 | 22 | .dlp-text{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
19 | 23 | .dlp-label {
|
20 | 24 | cursor: pointer;
|
21 |
| - display: inline-block; |
22 |
| - min-width: 6em; |
| 25 | + display: inline-flex; |
| 26 | + justify-content: center; |
| 27 | + align-items: center; |
| 28 | + min-width: 7em; |
23 | 29 | max-width: 12em;
|
24 |
| - height: 18px; |
| 30 | + height: 14px; |
25 | 31 | outline: 0;
|
26 | 32 | border: none;
|
27 | 33 | vertical-align: baseline;
|
28 | 34 | background: #d6d6d6;
|
29 | 35 | color: rgba(0,0,0,.7);
|
30 | 36 | font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
|
31 |
| - margin: 0 4px 0; |
| 37 | + margin: 0 4px 3px; |
32 | 38 | padding: 2px 4px 2px 4px;
|
33 | 39 | line-height: 14px;
|
34 | 40 | font-style: normal;
|
|
45 | 51 | transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
|
46 | 52 | -webkit-tap-highlight-color: transparent;
|
47 | 53 | transition-property: color,background-color,border;
|
48 |
| - -webkit-appearance: none; |
49 | 54 | }
|
50 | 55 |
|
51 | 56 | .dlp-label:hover {
|
|
109 | 114 | .dlp-cascadeLine .dot-search{
|
110 | 115 | margin-right: auto;
|
111 | 116 | }
|
112 |
| -.dot-selected{width: 100%} |
| 117 | +.dot-selected{width: 100%!important;height: 100%!important;} |
113 | 118 | .dot-selected>.dlp-label{background: white}
|
114 | 119 | .dot-body{padding:3px 0 3px 0;background: rgb(43 43 43);border-radius: 0 0 5px 5px;position: relative;}
|
115 | 120 | .dot-select{position: absolute;top:3px;left:0;bottom:3px;right:0;z-index: 1050;}
|
|
131 | 136 | display: flex;
|
132 | 137 | justify-content: center;
|
133 | 138 | align-items: center;
|
134 |
| - height: 24px!important; |
| 139 | + height: 21px!important; |
135 | 140 | padding-left: 24px;
|
136 | 141 | padding-right: 24px;
|
137 | 142 | max-width: unset;
|
|
176 | 181 | .dlp-input{
|
177 | 182 | vertical-align: middle;
|
178 | 183 | display: inline-block;
|
179 |
| - width: 100%; |
180 |
| - height: 25px; |
| 184 | + width: auto; |
| 185 | + height: 20px; |
181 | 186 | padding-left: 4px;
|
182 | 187 | padding-right: 4px;
|
183 | 188 | background: #ededed;;
|
|
0 commit comments