提交 1956a8a7 编写于 作者: C Clement Ho

Fix admin broadcast color form

上级 923e081b
......@@ -25,7 +25,7 @@ export default function adminInit() {
$('body').on('click', '.js-toggle-colors-link', (e) => {
e.preventDefault();
$('.js-toggle-colors-container').toggleClass('hidden');
$('.js-toggle-colors-container').toggleClass('hide');
});
$('.log-tabs a').on('click', function logTabsClick(e) {
......
......@@ -46,6 +46,12 @@ a {
text-align: right;
}
.form-control,
.search form {
// Bootstrap 4 does not have a height
height: 34px;
}
table {
// Remove any table border lines
border-spacing: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册