mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 12:27:48 +00:00
fix input element's focused ui (#8118)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -1227,10 +1227,12 @@ table td {
|
||||
word-wrap: break-word;
|
||||
vertical-align: middle;
|
||||
border: 1px solid #ccc;
|
||||
background-color: var(--bs-body-bg);
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
.rename-container input:focus {
|
||||
background-color: #fff;
|
||||
background-color: var(--bs-body-bg);
|
||||
border-color: #1991eb;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
|
||||
|
Reference in New Issue
Block a user