1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 12:58:34 +00:00

fix input element's focused ui (#8118)

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-08-10 22:21:02 +08:00
committed by GitHub
parent 2edc0647ae
commit 76c7fa4db2

View File

@@ -1227,10 +1227,12 @@ table td {
word-wrap: break-word; word-wrap: break-word;
vertical-align: middle; vertical-align: middle;
border: 1px solid #ccc; border: 1px solid #ccc;
background-color: var(--bs-body-bg);
color: var(--bs-body-color);
} }
.rename-container input:focus { .rename-container input:focus {
background-color: #fff; background-color: var(--bs-body-bg);
border-color: #1991eb; border-color: #1991eb;
outline: 0; outline: 0;
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);