Fix: search -> search_player

This commit is contained in:
2018-07-05 07:27:51 +09:00
parent dc87390b8c
commit eee26929db
7 changed files with 39 additions and 73 deletions
+7 -2
View File
@@ -84,11 +84,11 @@
cursor: pointer;
}
#search {
#search_player {
overflow: hidden;
}
#search_player {
#search_player_name {
float: left;
line-height: 2em;
width: 400px;
@@ -104,5 +104,10 @@
background-color: #ffaaaa;
}
/*
#mouse_app_list {
overflow: hidden;
}
*/
</style>