32
32
color : black;
33
33
}
34
34
35
- .dtsp-name {
35
+ .dtsp-name {
36
36
margin-left : 40px ;
37
37
}
38
38
@@ -83,11 +83,11 @@ body {
83
83
bor der- color : # fafafa ;
84
84
font- size: 0.6875rem;
85
85
box- shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12); }
86
-
86
+
87
87
.select-dropdown : hover {
88
88
box-shadow : 0 14px 26px -12px rgba (250 , 250 , 250 , 0.42 ), 0 4px 23px 0px rgba (0 , 0 , 0 , 0.12 ), 0 8px 10px -5px rgba (250 , 250 , 250 , 0.2 );
89
89
}
90
-
90
+
91
91
.select-dropdown : focus ,
92
92
.select-dropdown .focus {
93
93
box-shadow : none, 0 0 0 0.2rem rgba (76 , 175 , 80 , 0.5 );
@@ -104,7 +104,7 @@ body {
104
104
max-width : 400px ;
105
105
width : 400px ;
106
106
}
107
-
107
+
108
108
.url-cell {
109
109
display : flex;
110
110
align-items : center;
@@ -116,7 +116,7 @@ body {
116
116
text-overflow : ellipsis;
117
117
max-width : calc (100% - 30px );
118
118
display : inline-block;
119
- width : 400px ;
119
+ width : 400px ;
120
120
padding-right : 10px ;
121
121
}
122
122
@@ -140,7 +140,7 @@ text-align: left;
140
140
color : rgba (255 , 255 , 255 , 1 );
141
141
margin-bottom : 0 !important ;
142
142
}
143
-
143
+
144
144
.tableHeader {
145
145
background-color : # 15232E !important ;
146
146
}
@@ -197,7 +197,7 @@ margin-bottom: 0 !important;
197
197
.table tbody tr : nth-child (odd) {
198
198
background-color : # 050E19 !important ;
199
199
}
200
-
200
+
201
201
.table tbody tr : nth-child (even) {
202
202
background-color : # 3F4A58 !important ;
203
203
}
@@ -209,7 +209,7 @@ margin-bottom: 0 !important;
209
209
line-height : 36px ;
210
210
letter-spacing : -0.03em ;
211
211
}
212
-
212
+
213
213
# hideShowColumnsModal {
214
214
position : fixed;
215
215
top : 0 ;
@@ -219,19 +219,19 @@ margin-bottom: 0 !important;
219
219
width : 30vw ;
220
220
z-index : 2000 ;
221
221
}
222
-
222
+
223
223
# subTitle {
224
224
font-size : 14px ;
225
225
font-weight : 400 ;
226
226
line-height : 21px ;
227
227
letter-spacing : -0.02em ;
228
228
}
229
-
229
+
230
230
.checkbox-wrapper {
231
231
display : flex;
232
232
align-items : baseline;
233
233
}
234
-
234
+
235
235
.checkbox-wrapper label {
236
236
font-weight : 600 ;
237
237
font-size : 16px ;
@@ -240,7 +240,7 @@ margin-bottom: 0 !important;
240
240
color : rgba (31 , 41 , 53 , 1 );
241
241
padding-left : 10px ;
242
242
}
243
-
243
+
244
244
.modalFooter {
245
245
position : sticky;
246
246
bottom : 0 ;
@@ -275,10 +275,41 @@ margin-bottom: 0 !important;
275
275
}
276
276
277
277
.custom-pane-title {
278
- font-size : 16px ;
279
- font-weight : 500 ;
280
- line-height : 24px ;
281
- letter-spacing : -0.02em ;
282
- color : rgba (255 , 255 , 255 , 1 );
283
- padding-left : 9px ;
278
+ font-size : 16px ;
279
+ font-weight : 500 ;
280
+ line-height : 24px ;
281
+ letter-spacing : -0.02em ;
282
+ color : rgba (255 , 255 , 255 , 1 );
283
+ padding-left : 9px ;
284
+ }
285
+
286
+ .search-container {
287
+ display : flex;
288
+ flex-direction : column;
289
+ align-items : flex-end;
290
+ margin-bottom : 20px ;
291
+ }
292
+
293
+ .search-container label {
294
+ margin-right : 10px ;
295
+ font-weight : bold;
296
+ font-size : 18px ;
297
+ margin-top : 5px ;
298
+ align-items : center;
299
+ }
300
+
301
+ .search-container input {
302
+ flex : 1 ;
303
+ max-width : 400px ;
304
+ }
305
+
306
+ .search-container input {
307
+ max-width : 400px ;
308
+ padding : 5px ;
309
+ border-radius : 8px ; /* Rounded corners */
310
+ border : 1px solid # ccc ;
311
+ }
312
+
313
+ .search-container input : focus {
314
+ font-style : italic;
284
315
}
0 commit comments