Projects STRLCPY opencti Commits 5164ee6a
🤬
  • ■ ■ ■ ■ ■ ■
    opencti-platform/opencti-front/src/static/css/CKEditorLight.css
    skipped 5 lines
    6 6   --ck-font-size-base: 14px !important;
    7 7   
    8 8   /* Helper variables to avoid duplication in the colors. */
    9  - --ck-custom-background: #001e3c !important;
    10  - --ck-custom-foreground: #01478dff !important;
     9 + --ck-custom-background: #f3f6f9 !important;
     10 + --ck-custom-foreground: #d3eaff !important;
    11 11   --ck-custom-border: #b2b2b2 !important;
    12 12   --ck-custom-white: hsl(0, 0%, 100%) !important;
    13 13   
    skipped 1 lines
    15 15   
    16 16   --ck-color-base-foreground: var(--ck-custom-background) !important;
    17 17   --ck-color-focus-border: #00b1ff !important;
    18  - --ck-color-text: hsl(0, 0%, 98%) !important;
     18 + --ck-color-text: #151515 !important;
    19 19   --ck-color-shadow-drop: transparent !important;
    20 20   --ck-color-shadow-inner: transparent !important;
    21 21   
    22 22   /* -- Overrides the default .ck-button class colors. ---------------------------------------- */
    23 23   
    24 24   --ck-color-button-default-background: var(--ck-custom-background) !important;
    25  - --ck-color-button-default-hover-background: #01478dff !important;
    26  - --ck-color-button-default-active-background: #01478dff !important;
     25 + --ck-color-button-default-hover-background: #b2b2b2 !important;
     26 + --ck-color-button-default-active-background: #b2b2b2 !important;
    27 27   --ck-color-button-default-active-shadow: transparent !important;
    28 28   --ck-color-button-default-disabled-background: var(
    29 29   --ck-custom-background
    30 30   ) !important;
    31 31   
    32 32   --ck-color-button-on-background: var(--ck-custom-foreground) !important;
    33  - --ck-color-button-on-hover-background: #01478dff !important;
    34  - --ck-color-button-on-active-background: #01478dff !important;
     33 + --ck-color-button-on-hover-background: #b2b2b2 !important;
     34 + --ck-color-button-on-active-background: #b2b2b2 !important;
    35 35   --ck-color-button-on-active-shadow: transparent !important;
    36 36   --ck-color-button-on-disabled-background: var(
    37 37   --ck-custom-foreground
    skipped 119 lines
Please wait...
Page is in error, reload to recover