Merge pull request #2509 from asaadmahmoodspin/ui-improvements

Multiple UI improvements
Этот коммит содержится в:
Joram Wilander
2016-03-23 16:02:36 -04:00
родитель 7af2e6f87a e60f6f3b13
Коммит 6ccef5caf5
19 изменённых файлов: 66 добавлений и 52 удалений

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

@@ -687,7 +687,7 @@ export function applyTheme(theme) {
}
if (theme.centerChannelBg) {
changeCss('.app__content, .markdown__table, .markdown__table tbody tr, .suggestion-list__content, .modal .modal-content, .modal .modal-back', 'background:' + theme.centerChannelBg, 1);
changeCss('.app__content, .markdown__table, .markdown__table tbody tr, .suggestion-list__content, .modal .modal-content', 'background:' + theme.centerChannelBg, 1);
changeCss('#post-list .post-list-holder-by-time', 'background:' + theme.centerChannelBg, 1);
changeCss('#post-create', 'background:' + theme.centerChannelBg, 1);
changeCss('.date-separator .separator__text, .new-separator .separator__text', 'background:' + theme.centerChannelBg, 1);