Skip to content

Commit 18ab017

Browse files
committed
New build of the Editor
1 parent 5bd0c5b commit 18ab017

File tree

10 files changed

+143
-14
lines changed

10 files changed

+143
-14
lines changed

editor/dist/dettect-editor/css/chunk-vendors.c19e5b37.css renamed to editor/dist/dettect-editor/css/chunk-vendors.a1641858.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/dist/dettect-editor/custom.css

Lines changed: 132 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ input[type='file'] {
5555
vertical-align: middle;
5656
}
5757

58+
.table-file-details td.vtop {
59+
vertical-align: top;
60+
padding-top: 6px;
61+
}
62+
5863
.table-file-details .form-group {
5964
margin-bottom: 0px;
6065
}
@@ -202,7 +207,9 @@ div#pageTop.row .col h2 {
202207
font-weight: 300;
203208
}
204209

205-
.autocomplete-input {
210+
.autocomplete-input,
211+
.customAutoCompletestyleInputWithIcon .vue-simple-suggest input,
212+
.customAutoCompletestyleInput .vue-simple-suggest input {
206213
background-color: #27293d !important;
207214
border-color: #2b3553 !important;
208215
border-radius: 0.4285rem !important;
@@ -211,6 +218,22 @@ div#pageTop.row .col h2 {
211218
padding: 9px 18px 9px 18px !important;
212219
}
213220

221+
.customAutoCompletestyleInputWithIcon .vue-simple-suggest.designed .input-wrapper input {
222+
width: 1% !important;
223+
border-left: 0 none !important;
224+
border-top-left-radius: 0 !important;
225+
border-bottom-left-radius: 0 !important;
226+
}
227+
228+
.customAutoCompletestyleInputWithIcon .vue-simple-suggest.designed .input-group-focus input,
229+
.customAutoCompletestyleInput .vue-simple-suggest.designed .input-group-focus input {
230+
border-color: #e14eca !important;
231+
}
232+
233+
.customAutoCompletestyleInput .vue-simple-suggest.designed .input-wrapper input {
234+
width: 100%;
235+
}
236+
214237
.autocomplete-result {
215238
background-color: #27293d !important;
216239
border-color: #344675 !important;
@@ -246,7 +269,7 @@ div#pageTop.row .col h2 {
246269
text-transform: none;
247270
}
248271

249-
.collapseHeader {
272+
#collapseHeader {
250273
background-color: #344675;
251274
width: 100%;
252275
height: 35px;
@@ -262,7 +285,7 @@ div#pageTop.row .col h2 {
262285
margin-bottom: 0px !important;
263286
}
264287

265-
.collapseContent {
288+
#collapseContent {
266289
width: 100%;
267290
padding-left: 10px;
268291
border: 1px solid !important;
@@ -275,6 +298,10 @@ div#pageTop.row .col h2 {
275298
border-radius: 0 !important;
276299
}
277300

301+
.vdp-datepicker {
302+
color: #525f7f;
303+
}
304+
278305
.collapsed > .when-opened,
279306
:not(.collapsed) > .when-closed {
280307
display: none;
@@ -464,3 +491,105 @@ h4 {
464491
.card li {
465492
color: rgba(255, 255, 255, 0.8);
466493
}
494+
495+
.platform-chooser-input {
496+
color: white;
497+
background-color: #000;
498+
}
499+
500+
.platform-chooser-tag {
501+
color: red;
502+
}
503+
504+
.table-file-details .d-flex .bg-transparent {
505+
background-color: #27293d !important;
506+
height: calc(1.6rem);
507+
}
508+
509+
.table-file-details .b-form-tags.focus {
510+
background-color: #27293d !important;
511+
}
512+
513+
.table-file-details .badge-secondary {
514+
background-color: rgb(0, 191, 154);
515+
color: rgb(43, 53, 83);
516+
}
517+
518+
.table-file-details .btn {
519+
margin: 0px 3px 0px 0px;
520+
}
521+
522+
.table-file-details .b-form-tag,
523+
.table-file-details .invalid-feedback {
524+
font-size: 100%;
525+
}
526+
527+
.list-editor-extended .form-group div.form-control {
528+
padding: 1px 1px 5px 5px !important;
529+
height: calc(2.25rem + 2px);
530+
}
531+
532+
.list-editor-extended .platform-chooser-input {
533+
padding: 5px 1px 2px 5px !important;
534+
}
535+
536+
.custom-select.is-valid {
537+
border-color: #e14eca !important;
538+
}
539+
540+
.b-form-tags.focus.is-valid {
541+
box-shadow: none !important;
542+
}
543+
544+
.b-form-tags.focus {
545+
box-shadow: none !important;
546+
border-color: #e14eca !important;
547+
}
548+
549+
.b-form-tags {
550+
border-color: #2b3553 !important;
551+
}
552+
553+
div.d-flex input.b-form-tags-input.platform-chooser-input {
554+
width: 90px !important;
555+
}
556+
557+
.table-file-details .invalid-feedback {
558+
font-size: 0.75rem;
559+
}
560+
561+
#tags-validation-help {
562+
padding-left: 7px;
563+
font-size: 0.7rem;
564+
}
565+
566+
select.form-control option {
567+
color: black;
568+
font-size: 0.875rem !important;
569+
line-height: 1.35em;
570+
}
571+
572+
.form-control[disabled],
573+
.form-control[readonly],
574+
fieldset[disabled] {
575+
color: #576fad !important;
576+
}
577+
578+
.b-form-tags .b-form-tags-list .b-form-tag {
579+
margin-top: 0.45rem !important;
580+
}
581+
582+
.table-file-details .no-bottom-margin .form-group {
583+
margin-bottom: 0px !important;
584+
}
585+
586+
input.error,
587+
option.error,
588+
.vue-simple-suggest.designed .input-wrapper input.error {
589+
border-color: #ff0000 !important;
590+
}
591+
592+
.search-summary {
593+
margin-left: 10px;
594+
font-size: 9pt;
595+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><link rel="apple-touch-icon" sizes="76x76" href="apple-icon.png"><link rel="icon" type="image/png" sizes="96x96" href="favicon.png"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>DeTT&CT Editor</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.5"><link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet"><link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"><link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css" rel="stylesheet"><link href="custom.css" rel="stylesheet"><link href="css/app.f93902b0.css" rel="preload" as="style"><link href="css/chunk-vendors.c19e5b37.css" rel="preload" as="style"><link href="js/app.22ab28a2.js" rel="preload" as="script"><link href="js/chunk-vendors.bbf31241.js" rel="preload" as="script"><link href="css/chunk-vendors.c19e5b37.css" rel="stylesheet"><link href="css/app.f93902b0.css" rel="stylesheet"></head><body><div class="wrapper" id="app"></div><script src="js/chunk-vendors.bbf31241.js"></script><script src="js/app.22ab28a2.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><link rel="apple-touch-icon" sizes="76x76" href="apple-icon.png"><link rel="icon" type="image/png" sizes="96x96" href="favicon.png"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>DeTT&CT Editor</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.5"><link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet"><link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"><link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css" rel="stylesheet"><link href="custom.css" rel="stylesheet"><link href="css/app.f93902b0.css" rel="preload" as="style"><link href="css/chunk-vendors.a1641858.css" rel="preload" as="style"><link href="js/app.02f07282.js" rel="preload" as="script"><link href="js/chunk-vendors.3452e5ef.js" rel="preload" as="script"><link href="css/chunk-vendors.a1641858.css" rel="stylesheet"><link href="css/app.f93902b0.css" rel="stylesheet"></head><body><div class="wrapper" id="app"></div><script src="js/chunk-vendors.3452e5ef.js"></script><script src="js/app.02f07282.js"></script></body></html>

editor/dist/dettect-editor/js/app.02f07282.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/dist/dettect-editor/js/app.02f07282.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/dist/dettect-editor/js/app.22ab28a2.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

editor/dist/dettect-editor/js/app.22ab28a2.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

editor/dist/dettect-editor/js/chunk-vendors.bbf31241.js renamed to editor/dist/dettect-editor/js/chunk-vendors.3452e5ef.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/dist/dettect-editor/js/chunk-vendors.3452e5ef.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/dist/dettect-editor/js/chunk-vendors.bbf31241.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)