Preview pane background color fixes.

This commit is contained in:
Luke Pacholski 2015-09-09 13:23:37 -07:00
Родитель cf1eee2ca9
Коммит 181de8b60e
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -30,11 +30,12 @@
}
#second-pane {
background: white !important;
background: white;
}
.second-pane-scroll {
overflow: scroll !important;
#second-pane.second-pane-scroll {
overflow: auto;
background: #eaeaea;
}
.expandEditor {
@ -44,7 +45,6 @@
/* Mobile view start */
.phone-wrapper {
background: #eaeaea;
padding: 30px 0;
}