Adding modal changes back again

Этот коммит содержится в:
Asaad Mahmood
2016-04-01 23:17:56 +05:00
родитель f4d24b57fe
Коммит 371dbfff22
8 изменённых файлов: 106 добавлений и 54 удалений

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

@@ -756,6 +756,7 @@ export function applyTheme(theme) {
changeCss('.search-help-popover .search-autocomplete__item.selected', 'background:' + changeOpacity(theme.centerChannelColor, 0.15), 1);
changeCss('::-webkit-scrollbar-thumb', 'background:' + changeOpacity(theme.centerChannelColor, 0.4), 1);
changeCss('body', 'scrollbar-arrow-color:' + theme.centerChannelColor, 4);
changeCss('.modal .about-modal .about-modal__logo svg, .post .post__img svg', 'fill:' + theme.centerChannelColor, 1);
}
if (theme.newMessageSeparator) {