1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

[UI] fixed the color of .input-group-text's left border (#7643)

This commit is contained in:
llj 2025-03-19 16:34:53 +08:00 committed by GitHub
parent f6f39685a7
commit 9a8b731780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1747,3 +1747,7 @@ a.table-sort-op:hover {
font-weight: 400;
font-size: 15px;
}
.input-group .input-group-text:not(:first-child) {
border-left: none;
}