style(css): 更新样式表中的选择器以增强主题一致性
Discourse Theme / ci (push) Failing after 0s

- 为 .admin-detail 添加背景颜色重置规则
- 将 .admin-detail 替换为 .admin-plugin-config-page__content 以改进插件配置页面样式
- 确保主题背景和边框半径在整个管理界面中保持一致
This commit is contained in:
2026-02-24 09:16:24 +08:00
parent d11c87a060
commit f6cbd5eccf
+2 -2
View File
@@ -40,7 +40,7 @@
box-shadow: #00000094 0 0 11px 0;
}
#list-area, .topic-list-header{
#list-area, .topic-list-header, .admin-detail{
background-color: unset !important;
}
@@ -56,7 +56,7 @@
padding: 24px;
}
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-detail {
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content {
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;