Browse Source

Drop style improved.

pull/235/head
Sebastian Stehle 8 years ago
parent
commit
9ccb587d30
  1. 4
      src/Squidex/app/shared/components/markdown-editor.component.scss
  2. 4
      src/Squidex/app/shared/components/rich-editor.component.scss

4
src/Squidex/app/shared/components/markdown-editor.component.scss

@ -38,4 +38,8 @@ $background: #fff;
text-decoration: none; text-decoration: none;
} }
} }
.drop-text {
background: $color-dark-foreground;
}
} }

4
src/Squidex/app/shared/components/rich-editor.component.scss

@ -38,4 +38,8 @@
text-decoration: none; text-decoration: none;
} }
} }
.drop-text {
background: $color-dark-foreground;
}
} }
Loading…
Cancel
Save