mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
modification
This commit is contained in:
14
static/css/select2.custom.css
Normal file
14
static/css/select2.custom.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* custom select2 */
|
||||
.select2-container-multi .select2-choices {
|
||||
border-color: #ddd;
|
||||
border-radius: 2px;
|
||||
background-image: none; /* rm the shadow */
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-field input {
|
||||
padding:2px 2px 2px 5px;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-choice {
|
||||
border:none;
|
||||
border-radius:0;
|
||||
background:#eee;
|
||||
}
|
Reference in New Issue
Block a user