[O] Make the panel's background white

This commit is contained in:
Hykilpikonna
2019-08-21 14:26:26 +08:00
parent 7216cdb5c8
commit c4561d11a1
+3
View File
@@ -48,6 +48,9 @@
// Vertical center
transform: translateY(50%);
// Make it white
background-color: white;
// Input bars
.el-input
{