1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +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

@@ -43,7 +43,7 @@
overflow: hidden;
background: var(--bs-body-bg);
color: var(--bs-body-color);
border-right: 1px solid var(--bs-border-color);
border-right: 1px solid var(--bs-border-secondary-color);
}
.dir-content-nav:hover {
@@ -237,7 +237,7 @@
.op-btn {
background: var(--bs-body-bg);
border: 1px solid var(--bs-border-color);
border: 1px solid #dbdbdb;
border-radius: 3px;
height: 32px;
padding: 0 .5rem;
@@ -369,7 +369,7 @@
justify-content: space-between;
align-items: center;
padding: 1rem;
border-bottom: 1px solid var(--bs-border-color);
border-bottom: 1px solid var(--bs-border-secondary-color);
position: relative;
font-size: 1rem;
}