HAHAHA97 commited on
Commit
8b652c1
·
1 Parent(s): 93222ef

update UI

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +72 -85
src/display/css_html_js.py CHANGED
@@ -375,26 +375,41 @@ code, pre, kbd, samp, textarea {
375
  padding: 0 !important;
376
  }
377
 
378
- .clean-input input,
379
- .clean-input textarea,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  .clean-input .wrap-inner,
381
- .clean-input .wrap-inner > input,
382
- .clean-input .wrap-inner > textarea,
383
- .clean-input .single-select,
384
- .clean-input .dropdown .wrap-inner,
385
- .clean-input .dropdown .secondary-wrap {
386
  background: var(--bg-input) !important;
387
  border-radius: 12px !important;
388
  border: 1px solid var(--line-2) !important;
389
- box-shadow: var(--shadow-soft) !important;
 
390
  color: var(--ink-1) !important;
 
391
  }
392
 
393
- .clean-input input,
394
- .clean-input textarea,
395
  .clean-input .wrap-inner,
396
- .clean-input .single-select,
397
- .clean-input .secondary-wrap {
398
  min-height: 48px !important;
399
  height: 48px !important;
400
  line-height: 48px !important;
@@ -403,11 +418,38 @@ code, pre, kbd, samp, textarea {
403
  }
404
 
405
  .clean-input input,
406
- .clean-input textarea {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  padding-left: 14px !important;
408
  padding-right: 14px !important;
409
  }
410
 
 
 
 
 
 
 
411
  .clean-input {
412
  margin: 0 !important;
413
  padding: 0 !important;
@@ -426,39 +468,6 @@ code, pre, kbd, samp, textarea {
426
  background: transparent !important;
427
  }
428
 
429
- .submit-subtask.clean-input {
430
- background: var(--bg-input) !important;
431
- border: 1px solid var(--line-2) !important;
432
- border-radius: 12px !important;
433
- box-shadow: var(--shadow-soft) !important;
434
- overflow: hidden !important;
435
- }
436
-
437
- .submit-subtask.clean-input > div,
438
- .submit-subtask .dropdown,
439
- .submit-subtask .dropdown > div,
440
- .submit-subtask .dropdown .wrap-inner,
441
- .submit-subtask .wrap-inner,
442
- .submit-subtask .secondary-wrap,
443
- .submit-subtask .single-select,
444
- .submit-subtask [role="combobox"],
445
- .submit-subtask button {
446
- border: 0 !important;
447
- border-radius: 0 !important;
448
- box-shadow: none !important;
449
- background: transparent !important;
450
- padding: 0 !important;
451
- }
452
-
453
- .submit-subtask .secondary-wrap,
454
- .submit-subtask .single-select,
455
- .submit-subtask [role="combobox"] {
456
- min-height: 46px !important;
457
- height: 46px !important;
458
- line-height: 46px !important;
459
- color: var(--ink-1) !important;
460
- }
461
-
462
  .clean-input input:disabled,
463
  .clean-input textarea:disabled,
464
  .clean-input [disabled] {
@@ -894,56 +903,34 @@ button.primary:hover,
894
  color: var(--brand) !important;
895
  }
896
 
897
- .clean-input input,
898
- .clean-input textarea,
899
  .clean-input .wrap-inner,
900
- .clean-input .single-select,
901
- .clean-input .dropdown .wrap-inner,
902
- .clean-input .dropdown .secondary-wrap,
903
- .clean-input [role="combobox"] {
904
  background: var(--bg-input) !important;
905
  border-color: var(--line-2) !important;
906
  color: var(--ink-1) !important;
907
  -webkit-text-fill-color: var(--ink-1) !important;
908
  }
909
 
910
- .clean-input input::placeholder,
911
- .clean-input textarea::placeholder {
912
- color: var(--ink-3) !important;
913
- -webkit-text-fill-color: var(--ink-3) !important;
914
- }
915
-
916
- .submit-subtask.clean-input {
917
- background: var(--bg-input) !important;
918
- border: 1px solid var(--line-2) !important;
919
- border-radius: 12px !important;
920
- box-shadow: var(--shadow-soft) !important;
921
- overflow: hidden !important;
922
- }
923
-
924
- .submit-subtask.clean-input > div,
925
- .submit-subtask .dropdown,
926
- .submit-subtask .dropdown > div,
927
- .submit-subtask .dropdown .wrap-inner,
928
- .submit-subtask .wrap-inner,
929
- .submit-subtask .secondary-wrap,
930
- .submit-subtask .single-select,
931
- .submit-subtask [role="combobox"],
932
- .submit-subtask button {
933
  border: 0 !important;
934
- border-radius: 0 !important;
935
  box-shadow: none !important;
936
- background: transparent !important;
937
- padding: 0 !important;
 
938
  }
939
 
940
- .submit-subtask .secondary-wrap,
941
- .submit-subtask .single-select,
942
- .submit-subtask [role="combobox"] {
943
- min-height: 46px !important;
944
- height: 46px !important;
945
- line-height: 46px !important;
946
- color: var(--ink-1) !important;
947
  }
948
 
949
  .property-material-tabs [role="tablist"] {
 
375
  padding: 0 !important;
376
  }
377
 
378
+ .clean-input::before,
379
+ .clean-input::after,
380
+ .clean-input *::before,
381
+ .clean-input *::after {
382
+ border: 0 !important;
383
+ box-shadow: none !important;
384
+ outline: 0 !important;
385
+ }
386
+
387
+ .clean-input,
388
+ .clean-input > div,
389
+ .clean-input .wrap,
390
+ .clean-input .form,
391
+ .clean-input .block,
392
+ .clean-input .container,
393
+ .clean-input label,
394
+ .clean-input .label-wrap,
395
+ .clean-input .dropdown,
396
+ .clean-input .dropdown > div {
397
+ border-radius: 0 !important;
398
+ }
399
+
400
  .clean-input .wrap-inner,
401
+ .clean-input .dropdown .wrap-inner {
 
 
 
 
402
  background: var(--bg-input) !important;
403
  border-radius: 12px !important;
404
  border: 1px solid var(--line-2) !important;
405
+ box-shadow: none !important;
406
+ outline: 0 !important;
407
  color: var(--ink-1) !important;
408
+ overflow: hidden !important;
409
  }
410
 
 
 
411
  .clean-input .wrap-inner,
412
+ .clean-input .dropdown .wrap-inner {
 
413
  min-height: 48px !important;
414
  height: 48px !important;
415
  line-height: 48px !important;
 
418
  }
419
 
420
  .clean-input input,
421
+ .clean-input textarea,
422
+ .clean-input .wrap-inner > input,
423
+ .clean-input .wrap-inner > textarea,
424
+ .clean-input .single-select,
425
+ .clean-input .secondary-wrap,
426
+ .clean-input [role="combobox"],
427
+ .clean-input button {
428
+ background: transparent !important;
429
+ border: 0 !important;
430
+ border-radius: 0 !important;
431
+ box-shadow: none !important;
432
+ outline: 0 !important;
433
+ min-height: 46px !important;
434
+ height: 46px !important;
435
+ line-height: 46px !important;
436
+ color: var(--ink-1) !important;
437
+ }
438
+
439
+ .clean-input input,
440
+ .clean-input textarea,
441
+ .clean-input .wrap-inner > input,
442
+ .clean-input .wrap-inner > textarea {
443
  padding-left: 14px !important;
444
  padding-right: 14px !important;
445
  }
446
 
447
+ .clean-input *:not(.wrap-inner) {
448
+ border: 0 !important;
449
+ box-shadow: none !important;
450
+ outline: 0 !important;
451
+ }
452
+
453
  .clean-input {
454
  margin: 0 !important;
455
  padding: 0 !important;
 
468
  background: transparent !important;
469
  }
470
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
471
  .clean-input input:disabled,
472
  .clean-input textarea:disabled,
473
  .clean-input [disabled] {
 
903
  color: var(--brand) !important;
904
  }
905
 
 
 
906
  .clean-input .wrap-inner,
907
+ .clean-input .dropdown .wrap-inner {
 
 
 
908
  background: var(--bg-input) !important;
909
  border-color: var(--line-2) !important;
910
  color: var(--ink-1) !important;
911
  -webkit-text-fill-color: var(--ink-1) !important;
912
  }
913
 
914
+ .clean-input input,
915
+ .clean-input textarea,
916
+ .clean-input .wrap-inner > input,
917
+ .clean-input .wrap-inner > textarea,
918
+ .clean-input .single-select,
919
+ .clean-input .secondary-wrap,
920
+ .clean-input [role="combobox"],
921
+ .clean-input button {
922
+ background: transparent !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  border: 0 !important;
 
924
  box-shadow: none !important;
925
+ outline: 0 !important;
926
+ color: var(--ink-1) !important;
927
+ -webkit-text-fill-color: var(--ink-1) !important;
928
  }
929
 
930
+ .clean-input input::placeholder,
931
+ .clean-input textarea::placeholder {
932
+ color: var(--ink-3) !important;
933
+ -webkit-text-fill-color: var(--ink-3) !important;
 
 
 
934
  }
935
 
936
  .property-material-tabs [role="tablist"] {