1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

Fix/light mode UI (#8058)

* update border color

* update border color

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-07-19 14:22:40 +08:00
committed by GitHub
parent ed8ae20f9c
commit fb3a5d3f6c
46 changed files with 94 additions and 94 deletions

View File

@@ -26,7 +26,7 @@
.activity-modifier-selector-container {
width: 320px;
background: var(--bs-body-bg);
border: 1px solid var(--bs-border-color);
border: 1px solid var(--bs-border-secondary-color);
margin-top: 2px;
z-index: 2;
}
@@ -34,7 +34,7 @@
.activity-selected-modifiers {
min-height: 2rem;
background: #f5f5f5;
border-bottom: 1px solid var(--bs-border-color);
border-bottom: 1px solid #dde2ea;
line-height: 1;
}