fix RTE bg color

This commit is contained in:
Matthew Hodgson 2017-01-20 02:34:45 +00:00
parent 4d8f5d4df1
commit 9b70e2e25f

View File

@ -4,7 +4,7 @@
z-index: 1000; z-index: 1000;
width: 100%; width: 100%;
border: 1px solid $primary-hairline-color; border: 1px solid $primary-hairline-color;
background: white; background: $primary-bg-color;
border-bottom: none; border-bottom: none;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
max-height: 50vh; max-height: 50vh;