Преглед изворни кода

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

Loading…
Откажи
Сачувај