Added white background to non-image files (was previously transparent

Этот коммит содержится в:
Reed Garmsen
2015-08-25 16:17:25 -07:00
родитель 3ba4914b49
Коммит 146b349183
2 изменённых файлов: 5 добавлений и 0 удалений

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

@@ -224,6 +224,7 @@ module.exports = React.createClass({
</div>
</div>
);
bgClass = 'white-bg';
// asynchronously request the actual size of this file
if (!(filename in this.state.fileSizes)) {

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

@@ -124,3 +124,7 @@ div.theme {
.black-bg {
background-color: black !important;
}
.white-bg {
background-color: white !important;
}