mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
Merge remote-tracking branch 'origin/support/3.0' into develop
# Conflicts: # css/backoffice/pages/_csv-import.scss # pages/ajax.render.php
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<stylesheets>
|
||||
<stylesheet id="fullmoon">../css/backoffice/main.scss</stylesheet>
|
||||
<stylesheet id="editor">combodo-backoffice-darkmoon-theme/scss/editor.scss</stylesheet>
|
||||
<stylesheet id="ace_editor">combodo-backoffice-darkmoon-theme/scss/ace_editor.scss</stylesheet>
|
||||
</stylesheets>
|
||||
<precompiled_stylesheet>combodo-backoffice-darkmoon-theme/precompiled-themes/main.css</precompiled_stylesheet>
|
||||
</theme>
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
.ace-eclipse .ace_gutter {
|
||||
background: unset !important;
|
||||
border-right: unset !important;
|
||||
color: $ibo-color-grey-400 !important;
|
||||
}
|
||||
.ace-eclipse .ace_print-margin {
|
||||
width: 1px !important;
|
||||
background: $ibo-color-grey-500 !important;
|
||||
}
|
||||
.ace-eclipse {
|
||||
background-color: $ibo-color-grey-800 !important;
|
||||
color: $ibo-color-grey-200 !important;
|
||||
}
|
||||
.ace-eclipse .ace_entity.ace_other.ace_attribute-name,
|
||||
.ace-eclipse .ace_storage {
|
||||
color: $ibo-color-grey-200 !important;
|
||||
}
|
||||
.ace-eclipse .ace_cursor {
|
||||
color: $ibo-color-grey-200 !important;
|
||||
}
|
||||
.ace-eclipse .ace_string.ace_regexp {
|
||||
color: $ibo-color-red-600 !important;
|
||||
}
|
||||
.ace-eclipse .ace_marker-layer .ace_active-line {
|
||||
background: $ibo-color-grey-600 !important;
|
||||
}
|
||||
.ace-eclipse .ace_marker-layer .ace_selection {
|
||||
background: $ibo-color-grey-600 !important;
|
||||
}
|
||||
.ace-eclipse.ace_multiselect .ace_selection.ace_start {
|
||||
box-shadow: 0 0 3px 0px $ibo-color-grey-800 !important;
|
||||
}
|
||||
.ace-eclipse .ace_marker-layer .ace_step {
|
||||
background: $nord13 !important;
|
||||
}
|
||||
.ace-eclipse .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px !important;
|
||||
border: 1px solid $ibo-color-primary-300 !important;
|
||||
}
|
||||
.ace-eclipse .ace_gutter-active-line {
|
||||
background-color: $ibo-color-grey-600 !important;
|
||||
}
|
||||
.ace-eclipse .ace_marker-layer .ace_selected-word {
|
||||
border: 1px solid $ibo-color-primary-300 !important;
|
||||
}
|
||||
.ace-eclipse .ace_invisible {
|
||||
color: $ibo-color-grey-500 !important;
|
||||
}
|
||||
.ace-eclipse .ace_keyword,
|
||||
.ace-eclipse .ace_meta,
|
||||
.ace-eclipse .ace_support.ace_class,
|
||||
.ace-eclipse .ace_support.ace_type {
|
||||
color: $ibo-color-primary-500 !important;
|
||||
}
|
||||
.ace-eclipse .ace_constant.ace_character,
|
||||
.ace-eclipse .ace_constant.ace_other {
|
||||
color: $ibo-color-grey-200 !important;
|
||||
}
|
||||
.ace-eclipse .ace_constant.ace_language {
|
||||
color: $ibo-color-primary-800 !important;
|
||||
}
|
||||
.ace-eclipse .ace_constant.ace_escape {
|
||||
color: $nord13 !important;
|
||||
}
|
||||
.ace-eclipse .ace_constant.ace_numeric {
|
||||
color: $nord15 !important;
|
||||
}
|
||||
.ace-eclipse .ace_fold {
|
||||
background-color: $ibo-color-grey-500 !important;
|
||||
border-color: $ibo-color-grey-200 !important;
|
||||
}
|
||||
.ace-eclipse .ace_entity.ace_name.ace_function,
|
||||
.ace-eclipse .ace_entity.ace_name.ace_tag,
|
||||
.ace-eclipse .ace_support.ace_function,
|
||||
.ace-eclipse .ace_variable,
|
||||
.ace-eclipse .ace_variable.ace_language {
|
||||
color: #8fbcbb !important;
|
||||
}
|
||||
.ace-eclipse .ace_string {
|
||||
color: $nord14 !important;
|
||||
}
|
||||
.ace-eclipse .ace_comment {
|
||||
color: $nord7 !important;
|
||||
}
|
||||
.ace-eclipse .ace_indent-guide {
|
||||
box-shadow: inset -1px 0 0 0 $ibo-color-grey-600 !important;
|
||||
}
|
||||
.ace-eclipse .ace_indent-guide-active {
|
||||
box-shadow: inset -1px 0 0 0 $ibo-color-grey-400 !important;
|
||||
}
|
||||
@@ -50,8 +50,8 @@ $text : $ibo-color-grey-100;
|
||||
$text-invert: $ibo-color-grey-800;
|
||||
$text-light : $ibo-color-grey-200;
|
||||
$text-strong: inherit;
|
||||
$code: $ibo-color-primary-800;
|
||||
$code-background: $ibo-color-grey-300;
|
||||
$code: $ibo-color-primary-400;
|
||||
$code-background: $ibo-color-grey-700;
|
||||
$pre-background: $ibo-color-grey-600;
|
||||
|
||||
$ibo-scrollbar--scrollbar-track-background-color: $ibo-color-grey-700;
|
||||
@@ -145,6 +145,10 @@ $ibo-vendors-datatables--row--background-color--is-even: $ibo-color-grey-800;
|
||||
$ibo-datatable--row--background-color--is-hover: $ibo-color-blue-900;
|
||||
$ibo-datatable--row--background-color--is-selected: $ibo-color-blue-700;
|
||||
|
||||
$ibo-fieldsorter--selected--background-color: $ibo-color-blue-800;
|
||||
|
||||
$ibo-table-preview--header-cell--background-color: $ibo-color-grey-500;
|
||||
|
||||
$ibo-field--value--color: $ibo-body-text-color;
|
||||
$ibo-title--text-color: $ibo-body-text-color;
|
||||
|
||||
@@ -173,8 +177,9 @@ $ibo-input-select-selectize--item--active--text-color: $ibo-color-grey-100;
|
||||
$ibo-input-select-selectize--item--active--background-color: $ibo-color-grey-500;
|
||||
$ibo-vendors-selectize-input--color: $ibo-body-text-color;
|
||||
|
||||
$ibo-popover-menu--separator--background-color: $ibo-color-grey-500;
|
||||
$ibo-popover-menu--item-separator--background-color: $ibo-color-grey-500;
|
||||
$ibo-popover-menu--item--text-color: $ibo-color-grey-200;
|
||||
$ibo-popover-menu--item--icon--color: $ibo-color-grey-300;
|
||||
$ibo-popover-menu--background-color: $ibo-color-grey-700;
|
||||
$ibo-popover-menu--item--hover-background-color: $ibo-color-grey-500;
|
||||
|
||||
@@ -189,9 +194,17 @@ $ibo-tab-container--extra-tab-toggler--background-color--on-hover: $ibo-color-gr
|
||||
$ibo-activity-panel--header--background-color: $ibo-color-grey-400;
|
||||
$ibo-activity-panel--tab-toggler--is-active--background-color: $ibo-color-grey-200;
|
||||
$ibo-activity-panel--tab-toolbar--background-color: $ibo-activity-panel--tab-toggler--is-active--background-color;
|
||||
$ibo-activity-panel--load-entries-button--background-color: $ibo-color-grey-500;
|
||||
$ibo-caselog-entry-form--background-color: $ibo-activity-panel--tab-toolbar--background-color;
|
||||
$ibo-object-details--tag--separator--background-color: $ibo-color-grey-300;
|
||||
|
||||
$ibo-skeleton-start-color: $ibo-color-grey-500;
|
||||
$ibo-skeleton-stop-color: $ibo-color-grey-400;
|
||||
|
||||
$ibo-tab--temporary-remote-content--button--color: $ibo-color-grey-200;
|
||||
$ibo-tab--temporary-remote-content--button--hover--color: $ibo-color-grey-200;
|
||||
$ibo-tab--temporary-remote-content--button--hover--background-color: $ibo-color-grey-800;
|
||||
|
||||
$ibo-activity-panel--tab-toolbar--text-color: $ibo-color-grey-800;
|
||||
$ibo-activity-panel--tab-toolbar-action--color: $ibo-color-grey-800;
|
||||
|
||||
@@ -216,7 +229,7 @@ $ibo-search-form-panel--criteria--color: $ibo-color-grey-100;
|
||||
$ibo-search-form-panel--more-criteria--background-color: $ibo-color-grey-800;
|
||||
$ibo-search-form-panel--more-criteria--color: $ibo-color-grey-100;
|
||||
$ibo-search-form-panel--more-criteria--icon--color: $ibo-color-primary-500;
|
||||
$ibo-search-form-panel--criteria--border-color: $ibo-color-grey-500;
|
||||
$ibo-search-form-panel--criteria--border-color: $ibo-color-grey-900;
|
||||
$ibo-search-form-panel--multiple-choice--hover--color: $ibo-color-grey-500;
|
||||
$ibo-search-form-panel--items--hover--color: $ibo-search-form-panel--multiple-choice--hover--color;
|
||||
|
||||
@@ -251,4 +264,16 @@ $ibo-vendors-c3--legend--background-color: $ibo-color-white-100;
|
||||
$ibo-vendors-c3--legend-item--fill: $ibo-color-grey-100;
|
||||
$ibo-vendors-c3--axis--fill: $ibo-color-grey-200;
|
||||
|
||||
$ibo-run-query--highlight--background-color: $ibo-color-primary-700;
|
||||
$ibo-run-query--highlight--background-color: $ibo-color-primary-700;
|
||||
|
||||
$ibo-datamodel-viewer--classes-list--selectize-input--background-color: $ibo-color-grey-700;
|
||||
$ibo-datamodel-viewer--classes-list--selectize-input--border-color: $ibo-color-grey-500;
|
||||
$ibo-datamodel-viewer--classes-list--selectize-input--color: $ibo-color-grey-200;
|
||||
$ibo-datamodel-viewer--lifecycle--code--color: $ibo-color-grey-300;
|
||||
$ibo-datamodel-viewer--lifecycle--stimuli--color: $ibo-color-blue-300;
|
||||
$ibo-datamodel-viewer--lifecycle--attribute-option--color: $ibo-color-pink-300;
|
||||
$ibo-datamodel-viewer--schema--tooltip--fill: $ibo-color-grey-600;
|
||||
|
||||
$ibo-csv-import--row-error--background-color: $ibo-color-red-950;
|
||||
$ibo-csv-import--cell-error--color: $ibo-color-red-500;
|
||||
$ibo-csv-import--cell-modified--color: $ibo-color-blue-500;
|
||||
Reference in New Issue
Block a user