浏览代码

ref(chat): use somewhat transparent background

master
Leonard Kim 6 年前
父节点
当前提交
3d9606f6da
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      css/_chat.scss

+ 4
- 3
css/_chat.scss 查看文件

120
 }
120
 }
121
 
121
 
122
 #chat-input {
122
 #chat-input {
123
-    background-color: $newToolbarBackgroundColor;
124
     border-top: 1px solid #A4B8D1;
123
     border-top: 1px solid #A4B8D1;
125
     display: flex;
124
     display: flex;
125
+
126
+    * {
127
+        background-color: transparent;
128
+    }
126
 }
129
 }
127
 
130
 
128
 .remoteuser {
131
 .remoteuser {
134
 }
137
 }
135
 
138
 
136
 #usermsg {
139
 #usermsg {
137
-    background-color: $newToolbarBackgroundColor;
138
     border: 0px none;
140
     border: 0px none;
139
     border-radius:0;
141
     border-radius:0;
140
     box-shadow: none;
142
     box-shadow: none;
232
 }
234
 }
233
 
235
 
234
 #smileysarea {
236
 #smileysarea {
235
-    background-color: $newToolbarBackgroundColor;
236
     display: flex;
237
     display: flex;
237
     max-height: 150px;
238
     max-height: 150px;
238
     min-height: 35px;
239
     min-height: 35px;

正在加载...
取消
保存