- 将 #list-area 选择器扩展为同时包含 .topic-list-header 类 - 移除背景颜色的强制设置以支持主题定制 - 保持现有的阴影效果和其他样式属性不变
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
box-shadow: #00000094 0 0 11px 0;
|
box-shadow: #00000094 0 0 11px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#list-area{
|
#list-area, .topic-list-header{
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user