1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00

Merge pull request #3733 from haiwen/search-module-improve

improve search-module
This commit is contained in:
Daniel Pan 2019-06-26 17:52:21 +08:00 committed by GitHub
commit 00ec69ea27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1277,7 +1277,7 @@ pre {
background-color: #fff;
border-color: #1991eb;
outline: 0;
box-shadow: 0 0 0 2px rgba(241, 150, 69, 0.25); }
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); }
.form-control::placeholder {
color: #adb5bd;
opacity: 1; }