* Fix bug #44694, modify background color of dynamic.

This commit is contained in:
liumengyi
2024-02-21 16:09:54 +08:00
parent 8f6689c551
commit 7d3ba58030
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -8,4 +8,4 @@
.timeline > li + li:after {position: absolute; top: 90px; bottom: 20px; left: 40px; z-index: 1; display: block; content: ' '; border-left: 2px solid #eee;}
.actions-box {background-color: var(--color-gray-100);}
.actions-box {background-color: rgba(var(--color-gray-100-rgb), .5);}