improvement

This commit is contained in:
xmcp
2019-08-21 20:54:36 +08:00
parent fcd88ed617
commit d05c2a0c8b
3 changed files with 8 additions and 4 deletions

View File

@@ -36,11 +36,15 @@
.control-search {
flex: auto;
color: black;
background-color: rgba(255,255,255,.5);
background-color: rgba(255,255,255,.3);
margin: 0 .5em;
min-width: 8em;
}
.control-search:focus {
background-color: white;
}
.list-menu {
text-align: center;
}