浏览代码

fix(ui): page title input background for the whiteboard

charlie 1 年之前
父节点
当前提交
c9c9fd8fed
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/frontend/components/whiteboard.css

+ 1 - 0
src/main/frontend/components/whiteboard.css

@@ -188,6 +188,7 @@ input.tl-text-input {
     border: none;
     box-shadow: none;
     padding: 0;
+    background-color: transparent;
   }
 }