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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user