- 为 .ember-view.group-box 添加背景、圆角和阴影样式 - 统一主题帖子、搜索头部、管理员插件配置页面背景样式 - 应用变量 --d-chat-input-bg-color 和 --d-border-radius - 添加黑色半透明阴影效果 box-shadow: #00000024 0 0 7px 2px
This commit is contained in:
+2
-1
@@ -61,7 +61,8 @@
|
||||
|
||||
.topic-post.clearfix.regular, .post-list-item.user-stream-item,
|
||||
.search-header, .admin-plugin-config-page__content,
|
||||
.user-main .about.collapsed-info .details{
|
||||
.user-main .about.collapsed-info .details,
|
||||
.ember-view.group-box{
|
||||
background: var(--d-chat-input-bg-color);
|
||||
border-radius: var(--d-border-radius);
|
||||
box-shadow: #00000024 0 0 7px 2px;
|
||||
|
||||
Reference in New Issue
Block a user