1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +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

View File

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