fix RTE bg color

pull/3030/head
Matthew Hodgson 2017-01-20 02:34:45 +00:00
parent 4d8f5d4df1
commit 9b70e2e25f
1 changed files with 1 additions and 1 deletions

View File

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